Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit cffc98e

Browse files
build(deps): bump actions/cache from 3.2.6 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.6...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c11987 commit cffc98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Update to npm 7
3737
run: npm i -g npm@7 --registry=https://registry.npmjs.org
3838

39-
- uses: actions/cache@v3.2.6
39+
- uses: actions/cache@v4.2.3
4040
with:
4141
path: ~/.npm
4242
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)