Skip to content

Commit ab88c3c

Browse files
Bump actions/cache from 5 to 6 (#1489)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1da61a3 commit ab88c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Speeds up workflows by reading the node modules from cache. Obviously you need to run it at least once, and the
8484
# cache will be updated should the package-lock.json file change
8585
- name: Cache Node modules
86-
uses: actions/cache@v5
86+
uses: actions/cache@v6
8787
with:
8888
# npm cache files are stored in `~/.npm` on Linux/macOS
8989
path: ~/.npm

0 commit comments

Comments
 (0)