Skip to content

Commit afa34a8

Browse files
Bump actions/cache from 5.0.3 to 5.0.5 in /actions/setup_environment (#30)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7d024e commit afa34a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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@v5.0.3
45+
uses: actions/cache@v5.0.5
4646
if: inputs.enable_npm == 'true'
4747
with:
4848
path: ~/.npm

0 commit comments

Comments
 (0)