From 8cbcd1a8cacb5dcd67a320a983517b8bb757cf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:10:06 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 5.0.1 in /actions/setup_environment Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.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/v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 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