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 }}"