From 69e7ab1059f1125e81d9c46e663d76d8fb4868d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:23:07 +0000 Subject: [PATCH] Bump actions/cache from 5.0.3 to 5.0.4 in /actions/setup_environment Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [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.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 22fbbf1..9a7ecd3 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.3 + uses: actions/cache@v5.0.4 if: inputs.enable_npm == 'true' with: path: ~/.npm