We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c05bf3 commit c94eecbCopy full SHA for c94eecb
.github/workflows/docker.yml
@@ -53,7 +53,7 @@ jobs:
53
use: true
54
55
- name: Cache Docker layers
56
- uses: actions/cache@v2
+ uses: actions/cache@v4
57
with:
58
path: /tmp/.buildx-cache
59
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments