We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a0864 commit 3c4c5b4Copy full SHA for 3c4c5b4
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
go-version: ${{ env.GO_VERSION }}
36
- name: Cache Go Dependencies
37
- uses: actions/cache@v2
+ uses: actions/cache@v4
38
39
path: ~/go/pkg/mod
40
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments