Skip to content

Commit b8afded

Browse files
ci: 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 e1d1e9b commit b8afded

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'npm'
2727
- run: npm ci
2828
- name: Cache node_modules
29-
uses: actions/cache/save@v4
29+
uses: actions/cache/save@v5
3030
with:
3131
path: node_modules
3232
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-node@v6
4040
with:
4141
node-version: 20.x
42-
- uses: actions/cache/restore@v4
42+
- uses: actions/cache/restore@v5
4343
with:
4444
path: node_modules
4545
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-node@v6
5454
with:
5555
node-version: 20.x
56-
- uses: actions/cache/restore@v4
56+
- uses: actions/cache/restore@v5
5757
with:
5858
path: node_modules
5959
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/setup-node@v6
6868
with:
6969
node-version: 20.x
70-
- uses: actions/cache/restore@v4
70+
- uses: actions/cache/restore@v5
7171
with:
7272
path: node_modules
7373
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/setup-node@v6
8282
with:
8383
node-version: 20.x
84-
- uses: actions/cache/restore@v4
84+
- uses: actions/cache/restore@v5
8585
with:
8686
path: node_modules
8787
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-node@v6
9696
with:
9797
node-version: 20.x
98-
- uses: actions/cache/restore@v4
98+
- uses: actions/cache/restore@v5
9999
with:
100100
path: node_modules
101101
key: node-modules-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)