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.
actions/cache
1 parent 0e657f8 commit 8be0b88Copy full SHA for 8be0b88
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
go-version: ${{ matrix.go-version }}
33
34
- name: Cache-Go
35
- uses: actions/cache@v1
+ uses: actions/cache@v4
36
with:
37
path: |
38
~/go/pkg/mod # Module download cache
0 commit comments