Skip to content

Commit 58f4c7d

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 in /actions/setup_environment (#24)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46131ce commit 58f4c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup_environment/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
node-version-file: ${{ inputs.nvmrc_path }}
4343
registry-url: "https://registry.npmjs.org"
4444
- name: Cache npm
45-
uses: actions/cache@v4.2.4
45+
uses: actions/cache@v4.3.0
4646
if: inputs.enable_npm == 'true'
4747
with:
4848
path: ~/.npm

0 commit comments

Comments
 (0)