Skip to content

Commit 8d9fe01

Browse files
Bump actions/cache from 5.0.2 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.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@8b402f5...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3aa3c8 commit 8d9fe01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Cache node_modules
2525
id: cache-node-modules
26-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
26+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
2727
with:
2828
path: node_modules
2929
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141

4242
- name: Restore node_modules from cache
43-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
43+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
4444
with:
4545
path: node_modules
4646
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6666

6767
- name: Restore node_modules from cache
68-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
68+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6969
with:
7070
path: node_modules
7171
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)