From ba97d2ca520f99ed0416b70d3bc2400d4f4e78ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:41:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a7d1211..33f337a 100644 --- a/action.yml +++ b/action.yml @@ -371,7 +371,7 @@ runs: # ---------------------------------------------------------------------------------------------- - name: Restore lychee cache if: ${{ inputs.linkchecker_enabled == 'true' && (env.IS_PRODUCTION == 'true' || env.IS_PREVIEW == 'true' || env.IS_FORK_PR == 'true') }} - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .lycheecache key: cache-lychee-${{ github.sha }}