From f5a1f037b7df1b6193232a59d4585fdb002597a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:23:02 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 in /actions/setup_environment Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [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/v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 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 b75eee4..23ad4e0 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@v5.0.5 + uses: actions/cache@v6.1.0 if: inputs.enable_npm == 'true' with: path: ~/.npm