We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac9f189 + 5634ea9 commit 8f33366Copy full SHA for 8f33366
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: docker/setup-buildx-action@v3
89
90
- name: Cache Docker layers
91
- uses: actions/cache@v3
+ uses: actions/cache@v4
92
with:
93
path: /tmp/.buildx-cache
94
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments