Skip to content

Commit 250a259

Browse files
chore(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 5e1f4e0 commit 250a259

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
cache: 'pnpm'
2121
- name: Cache NPM dependencies
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
id: cache
2424
with:
2525
path: node_modules

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version-file: '.nvmrc'
1717
cache: 'pnpm'
1818
- name: Cache NPM dependencies
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
id: cache
2121
with:
2222
path: node_modules

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version-file: '.nvmrc'
2424
cache: 'pnpm'
2525
- name: Cache NPM dependencies
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
id: cache
2828
with:
2929
path: node_modules

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version-file: '.nvmrc'
2020
cache: 'pnpm'
2121
- name: Cache NPM dependencies
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
id: cache
2424
with:
2525
path: node_modules

.github/workflows/sdk-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version-file: '.nvmrc'
2323
cache: 'pnpm'
2424
- name: Cache NPM dependencies
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
id: cache
2727
with:
2828
path: node_modules

0 commit comments

Comments
 (0)