From 39b5c56c37bde05d9c280b7f75819ed9645c404d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:26:17 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- setup-hugo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-hugo/action.yml b/setup-hugo/action.yml index 5099cf7..afe4af9 100644 --- a/setup-hugo/action.yml +++ b/setup-hugo/action.yml @@ -47,7 +47,7 @@ runs: with: node-version: "${{ inputs.node-version }}" - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: "${{ inputs.cache-path }}" key: "${{ inputs.cache-key }}"