We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f83e09 + b68e0ac commit a270a18Copy full SHA for a270a18
.github/workflows/build_test.yml
@@ -18,7 +18,7 @@ jobs:
18
echo "::set-output name=cache::$(go env GOCACHE)"
19
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
20
- name: Cache go modules
21
- uses: actions/cache@v2
+ uses: actions/cache@v3
22
with:
23
path: |
24
${{ steps.cache-paths.outputs.cache }}
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
25
${{ steps.go-env.outputs.cache }}
0 commit comments