Skip to content

Commit 6fa5ebf

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09ed5f1 commit 6fa5ebf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
node-version: 20
4545

4646
- name: Cache NPM dependencies
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: node_modules
5050
key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }}
@@ -273,7 +273,7 @@ jobs:
273273
targets: ${{ matrix.settings.target }}
274274

275275
- name: Cache cargo
276-
uses: actions/cache@v3
276+
uses: actions/cache@v4
277277
with:
278278
path: |
279279
~/.cargo/registry/index/

.github/workflows/javascript-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
targets: ${{ matrix.settings.target }}
9090

9191
- name: Cache cargo
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: |
9595
~/.cargo/registry/index/
@@ -217,7 +217,7 @@ jobs:
217217
cache-dependency-path: bindings/javascript/yarn.lock
218218

219219
- name: Cache NPM dependencies
220-
uses: actions/cache@v3
220+
uses: actions/cache@v4
221221
with:
222222
path: .yarn/cache
223223
key: npm-cache-ubuntu-22.04-release

0 commit comments

Comments
 (0)