Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3 (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 21, 2022
1 parent f859098 commit 631fa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=go-mod-cache::$(go env GOMODCACHE)"
- name: Cache go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.cache-paths.outputs.go-cache }}
Expand Down

0 comments on commit 631fa70

Please sign in to comment.