diff --git a/setup-node-and-install/action.yml b/setup-node-and-install/action.yml index 1c729e9..ee58080 100644 --- a/setup-node-and-install/action.yml +++ b/setup-node-and-install/action.yml @@ -123,7 +123,7 @@ runs: if: steps.detect-package-manager.outputs.lockfile-exists == 'true' && steps.detect-package-manager.outputs.package-manager == 'npm' - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: ${{ inputs.working-directory }}/node_modules