We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230d0fc + 768c878 commit 2f51ff1Copy full SHA for 2f51ff1
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: docker/[email protected]
16
17
- name: Cache Docker layers
18
- uses: actions/cache@v3.3.3
+ uses: actions/cache@v4.0.0
19
with:
20
path: /tmp/.buildx-cache
21
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments