We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a04b80 + f7de206 commit 5a997bcCopy full SHA for 5a997bc
1 file changed
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
platforms: linux/${{ matrix.arch }}
51
52
- name: Restore Docker layer cache
53
- uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
54
with:
55
path: ${{ runner.temp }}/cache
56
key: ${{ runner.arch }}-buildx-${{ matrix.type }}-${{ github.sha }}
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Save Docker layer cache
76
if: github.ref == 'refs/heads/main'
77
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
78
79
80
0 commit comments