We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cb8611 + 68ca92a commit e188495Copy full SHA for e188495
.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@v2.1.6
+ uses: actions/cache@v3.3.0
21
with:
22
path: /tmp/.buildx-cache
23
key: docker-buildx-${{ matrix.version }}-${{ github.sha }}
0 commit comments