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 57efa6a + 66f7aab commit 2a3fb34Copy full SHA for 2a3fb34
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
34
# cache go modules
35
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
36
with:
37
# In order:
38
# * Module download cache
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-go@v5
29
30
go-version: stable
31
- - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
path: |
~/.cache/go-build
0 commit comments