Skip to content

Commit 54d317d

Browse files
committed
Merge PR #51: Bump actions/cache from 5.0.2 to 5.0.4
2 parents fdd0ad5 + 8d9fe01 commit 54d317d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)