Skip to content

Commit 5a997bc

Browse files
authored
Merge pull request #33 from rancher-sandbox/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.4 to 5.0.5
2 parents 6a04b80 + f7de206 commit 5a997bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
platforms: linux/${{ matrix.arch }}
5151

5252
- name: Restore Docker layer cache
53-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
53+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5454
with:
5555
path: ${{ runner.temp }}/cache
5656
key: ${{ runner.arch }}-buildx-${{ matrix.type }}-${{ github.sha }}
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Save Docker layer cache
7676
if: github.ref == 'refs/heads/main'
77-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
77+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7878
with:
7979
path: ${{ runner.temp }}/cache
8080
key: ${{ runner.arch }}-buildx-${{ matrix.type }}-${{ github.sha }}

0 commit comments

Comments
 (0)