We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a33d8 commit 5d01802Copy full SHA for 5d01802
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
echo "::set-output name=go_cache::$(go env GOCACHE)"
47
48
- name: Cache the build cache
49
- uses: actions/cache@v2
+ uses: actions/cache@v4
50
with:
51
path: ${{ steps.vars.outputs.go_cache }}
52
key: ${{ runner.os }}-${{ matrix.go }}-go-ci-${{ hashFiles('**/go.sum') }}
0 commit comments