Skip to content

Commit 337da40

Browse files
Bump actions/cache from 1.2.1 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 1.2.1 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@f5ce414...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c0e8b1 commit 337da40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "yarn_cache_dir=$(yarn cache dir)" >> "$GITHUB_ENV"
1919

2020
- name: 📥 Cache node modules
21-
uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1.2.1
21+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2222
env:
2323
cache-name: cache-node-modules
2424
with:

0 commit comments

Comments
 (0)