We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca48dd commit fe6896dCopy full SHA for fe6896d
1 file changed
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
55
56
- name: Cache go modules
57
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
58
with:
59
path: |
60
${{ steps.cache-paths.outputs.go-cache }}
0 commit comments