We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 619e593 + 655d085 commit 25f314dCopy full SHA for 25f314d
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "go_cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
49
50
- name: Cache go modules
51
- uses: actions/cache@v4
+ uses: actions/cache@v5
52
with:
53
path: |
54
${{ steps.vars.outputs.GO_CACHE }}
0 commit comments