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.
1 parent ffa2eeb commit 9c76035Copy full SHA for 9c76035
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v6
33
34
# cache go modules
35
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
36
with:
37
# In order:
38
# * Module download cache
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-go@v6
29
30
go-version: stable
31
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
path: |
~/.cache/go-build
0 commit comments