mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
chore(deps): update actions/cache action to v6
Signed-off-by: Mend Renovate <bot@renovateapp.com>
This commit is contained in:
2
.github/workflows/.vm.yml
vendored
2
.github/workflows/.vm.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
version: v2.0.2
|
||||
-
|
||||
name: Cache ~/.cache/lima
|
||||
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
||||
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||
with:
|
||||
path: ~/.cache/lima
|
||||
key: lima-${{ steps.lima-actions-setup.outputs.version }}-${{ inputs.template }}
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
-
|
||||
name: Cache dev image
|
||||
if: matrix.mode == ''
|
||||
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
||||
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||
with:
|
||||
key: dev-image-${{ matrix.arch }}-${{ github.run_id }}
|
||||
path: /tmp/dev-image-${{ matrix.arch }}.tar
|
||||
@@ -178,7 +178,7 @@ jobs:
|
||||
-
|
||||
name: Restore dev image
|
||||
id: restore-dev-image
|
||||
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
|
||||
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||
with:
|
||||
key: dev-image-amd64-${{ github.run_id }}
|
||||
path: /tmp/dev-image-amd64.tar
|
||||
|
||||
Reference in New Issue
Block a user