diff --git a/actions/setup_environment/action.yaml b/actions/setup_environment/action.yaml index 26f229e..af365ec 100644 --- a/actions/setup_environment/action.yaml +++ b/actions/setup_environment/action.yaml @@ -42,7 +42,7 @@ runs: node-version-file: ${{ inputs.nvmrc_path }} registry-url: "https://registry.npmjs.org" - name: Cache npm - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 if: inputs.enable_npm == 'true' with: path: ~/.npm