We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9966860 + 32cc0aa commit 629ae87Copy full SHA for 629ae87
2 files changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
cache-dependency-path: "**/go.sum"
30
31
- name: Cache Go modules
32
- uses: actions/cache@v5
+ uses: actions/cache@v6
33
with:
34
path: |
35
~/.cache/go-build
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
@@ -59,7 +59,7 @@ jobs:
59
network=host
60
61
- name: Cache Docker outputs
62
63
64
path: /tmp/.buildx-cache
65
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments