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.
1 parent 0c48e46 commit 779df03Copy full SHA for 779df03
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT
21
22
- name: Set up cache
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: |
26
${{ steps.cache.outputs.build }}
0 commit comments