Skip to content

Commit

Permalink
Merge pull request #1 from jacobwgillespie/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3
  • Loading branch information
jacobwgillespie authored Mar 29, 2022
2 parents aee156b + b84a5aa commit d85763d
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.18"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.18"
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/go
Expand Down

0 comments on commit d85763d

Please sign in to comment.