Skip to content

Commit

Permalink
Merge pull request #1279 from shirou/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
shirou committed Mar 23, 2022
2 parents 3f83e09 + b68e0ac commit a270a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
- name: Cache go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.cache-paths.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
- name: Cache go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit a270a18

Please sign in to comment.