Skip to content

Commit f859110

Browse files
Bump actions/cache from 4.2.2 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd61475 commit f859110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: '22'
1919

2020
- name: Restore cache
21-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
21+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2222
with:
2323
path: node_modules
2424
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Save cache
4343
if: github.event_name == 'push'
44-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
44+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4545
with:
4646
path: node_modules
4747
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)