We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c64e932 + 11fd73d commit d861472Copy full SHA for d861472
1 file changed
.github/workflows/ci-cd.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: docker/setup-buildx-action@v3
23
24
- name: Cache Docker layers
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: /tmp/.buildx-cache
28
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}
0 commit comments