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 9925155 commit df71971Copy full SHA for df71971
.github/workflows/docker.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # 3.11.1
20
21
- name: Cache Docker layers
22
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
23
with:
24
path: /tmp/.buildx-cache
25
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments