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.
2 parents 059f4ee + d245676 commit 27de1aaCopy full SHA for 27de1aa
.github/workflows/pr-check.yaml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Cache
31
- uses: actions/cache@v3
+ uses: actions/cache@v4
32
with:
33
path: ~/go/pkg/mod
34
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments