File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
check-latest : true
32
32
33
33
- name : Cache node_modules 📦
34
- uses : actions/cache@v4.2.2
34
+ uses : actions/cache@v4.2.3
35
35
with :
36
36
path : ~/.npm
37
37
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 31
31
check-latest : true
32
32
33
33
- name : Cache node_modules 📦
34
- uses : actions/cache@v4.2.2
34
+ uses : actions/cache@v4.2.3
35
35
with :
36
36
path : ~/.npm
37
37
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 31
31
check-latest : true
32
32
33
33
- name : Cache node_modules 📦
34
- uses : actions/cache@v4.2.2
34
+ uses : actions/cache@v4.2.3
35
35
with :
36
36
path : ~/.npm
37
37
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 34
34
check-latest : true
35
35
36
36
- name : Cache node_modules 📦
37
- uses : actions/cache@v4.2.2
37
+ uses : actions/cache@v4.2.3
38
38
with :
39
39
path : ~/.npm
40
40
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments