File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
node-version : ${{ env.NODE_VERSION }}
61
61
62
62
- name : Cache
63
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
63
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
64
64
with :
65
65
path : ~/.npm
66
66
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 25
25
node-version : ${{ env.NODE_VERSION }}
26
26
27
27
- name : Cache
28
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
28
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 50
50
node-version : ${{ matrix.NODE_VERSION }}
51
51
52
52
- name : Cache
53
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
53
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
54
54
with :
55
55
path : ~/.npm
56
56
key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
91
91
node-version : ${{ env.NODE_VERSION }}
92
92
93
93
- name : Cache
94
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
94
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
95
95
with :
96
96
path : ~/.npm
97
97
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments