From 719eac62f00a61093ba342e06c72e32eea6a72bf Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 25 Jul 2026 18:07:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 Signed-off-by: Mend Renovate --- .github/workflows/.vm.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.vm.yml b/.github/workflows/.vm.yml index 2eed2a5227..95e4f2ed87 100644 --- a/.github/workflows/.vm.yml +++ b/.github/workflows/.vm.yml @@ -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 }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0dee99d1d..a597911225 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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