We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2fa1a commit 651a0a2Copy full SHA for 651a0a2
.github/workflows/docker.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
38
39
- name: Cache Docker layers
40
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
41
with:
42
path: /tmp/.buildx-cache
43
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments