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.
2 parents 3be6216 + 3311533 commit c36c350Copy full SHA for c36c350
1 file changed
.github/workflows/docker.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # 3.10.0
20
21
- name: Cache Docker layers
22
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
23
with:
24
path: /tmp/.buildx-cache
25
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments