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 0c99974 commit b811d41Copy full SHA for b811d41
.github/workflows/docker.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # v1.7.0
33
34
- name: Cache Docker layers
35
- uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2
+ uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
36
with:
37
path: /tmp/.buildx-cache
38
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments