File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
persist-credentials : false
12
12
13
13
- name : Cache dependencies
14
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
14
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
15
15
with :
16
16
path : ~/.npm
17
17
key : ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 13
13
persist-credentials : false
14
14
15
15
- name : Cache dependencies
16
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
16
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
17
17
with :
18
18
path : ~/.npm
19
19
key : ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 11
11
persist-credentials : false
12
12
13
13
- name : Cache dependencies
14
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
14
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
15
15
with :
16
16
path : ~/.npm
17
17
key : ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments