Skip to content

Commit

Permalink
build: bump actions/cache to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Sep 10, 2022
1 parent dad6e90 commit 8c5a3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
go-version: ~1.19

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
go-version: ~1.19

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 8c5a3f0

Please sign in to comment.