From 892cd2e3fb73d7123e8d579abbb58a11831bf8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:28:16 +0200 Subject: [PATCH] Bump actions/cache from 3.0.8 to 4.1.1 in /actions/setup_environment (#2) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.8...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- actions/setup_environment/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/setup_environment/action.yaml b/actions/setup_environment/action.yaml index 2005652..778eb67 100644 --- a/actions/setup_environment/action.yaml +++ b/actions/setup_environment/action.yaml @@ -41,7 +41,7 @@ runs: with: node-version-file: ${{ inputs.nvmrc_path }} registry-url: "https://registry.npmjs.org" - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v4.1.1 if: inputs.enable_npm == 'true' with: path: ~/.npm