Skip to content

Commit

Permalink
Merge pull request #2 from jacobwgillespie/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3
  • Loading branch information
jacobwgillespie authored Mar 2, 2022
2 parents 25bea64 + c1e58d5 commit 659fe2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 659fe2a

Please sign in to comment.