Skip to content

Commit e67034f

Browse files
Bump actions/cache from 2.1.6 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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@v2.1.6...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 893ad86 commit e67034f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/[email protected]
1919

2020
- name: Cache node modules
21-
uses: actions/cache@v2.1.6
21+
uses: actions/cache@v4.3.0
2222
with:
2323
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo 'EOF' >> $GITHUB_ENV
2323
2424
- name: Cache node modules
25-
uses: actions/cache@v2.1.6
25+
uses: actions/cache@v4.3.0
2626
with:
2727
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2828
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)