We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6b4de commit 401ce9eCopy full SHA for 401ce9e
.github/workflows/ci-cd.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: docker/[email protected]
18
19
- name: Cache Docker layers
20
- uses: actions/cache@v3.3.0
+ uses: actions/cache@v4.0.1
21
with:
22
path: /tmp/.buildx-cache
23
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}
0 commit comments