We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8200d commit a8f7b0aCopy full SHA for a8f7b0a
.github/workflows/ghcr.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
- name: Cache docker layers
32
- uses: actions/cache@v3
+ uses: actions/cache@v4
33
id: cache
34
with:
35
path: /tmp/.buildx-cache
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments