We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fcc18 commit 8802632Copy full SHA for 8802632
3 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version-file: 'go.mod'
25
26
- name: Cache Go modules
27
- uses: actions/cache@v4
+ uses: actions/cache@v5
28
with:
29
path: |
30
~/.cache/go-build
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
31
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments