Skip to content

Commit

Permalink
Bump actions/cache@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Mar 22, 2022
1 parent faa7ec4 commit 401702e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
with:
go-version: ~1.17
- name: Setup Golang caches
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
echo "::set-output name=module::$modulePath"
shell: bash
- name: Setup Golang caches
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.golang-path.outputs.build }}
Expand Down

0 comments on commit 401702e

Please sign in to comment.