Skip to content

Commit b477de6

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: 20
4848

4949
- name: Cache NPM dependencies
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: node_modules
5353
key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }}
@@ -327,7 +327,7 @@ jobs:
327327
targets: ${{ matrix.settings.target }}
328328

329329
- name: Cache cargo
330-
uses: actions/cache@v4
330+
uses: actions/cache@v5
331331
with:
332332
path: |
333333
~/.cargo/registry/index/

.github/workflows/javascript-release.yml

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

109109
- name: Cache cargo
110-
uses: actions/cache@v4
110+
uses: actions/cache@v5
111111
with:
112112
path: |
113113
~/.cargo/registry/index/
@@ -250,7 +250,7 @@ jobs:
250250
cache-dependency-path: bindings/javascript/yarn.lock
251251

252252
- name: Cache NPM dependencies
253-
uses: actions/cache@v4
253+
uses: actions/cache@v5
254254
with:
255255
path: .yarn/cache
256256
key: npm-cache-ubuntu-22.04-release

0 commit comments

Comments
 (0)