We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024b914 commit a894ff7Copy full SHA for a894ff7
.github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
56
# Setup cache
57
- name: ⚡️ Cache Docker layers
58
- uses: actions/cache@v3
+ uses: actions/cache@v4
59
with:
60
path: /tmp/.buildx-cache
61
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments