We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159d925 commit 0c5a0cfCopy full SHA for 0c5a0cf
2 files changed
.github/workflows/lint_golang.yml
@@ -23,7 +23,7 @@ jobs:
23
# We use a manually configured cache key to avoid conflicts with the test action cache
24
# See https://github.com/actions/setup-go/issues/358
25
cache: false
26
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
27
with:
28
path: |
29
~/.cache/go-build
.github/workflows/regen.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
0 commit comments