Skip to content

Commit e04169f

Browse files
Bump actions/cache from 3 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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 40fcb4a commit e04169f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: '18'
1616

1717
# @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/
18-
- uses: actions/cache@v4
18+
- uses: actions/cache@v5
1919
id: cache-node-modules
2020
with:
2121
path: ./node_modules
@@ -76,7 +76,7 @@ jobs:
7676
node-version: '18'
7777

7878
# @see https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/
79-
- uses: actions/cache@v3
79+
- uses: actions/cache@v5
8080
id: cache-node-modules
8181
with:
8282
path: ./node_modules

0 commit comments

Comments
 (0)