File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
63
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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 45
45
node-version : ${{ env.NODE_VERSION }}
46
46
47
47
- name : Cache
48
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
48
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
49
49
with :
50
50
path : ~/.npm
51
51
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
28
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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 30
30
node-version : ${{ env.NODE_VERSION }}
31
31
32
32
- name : Cache
33
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
33
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
34
34
with :
35
35
path : ~/.npm
36
36
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
61
61
node-version : ${{ env.NODE_VERSION }}
62
62
63
63
- name : Cache
64
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
64
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
65
65
with :
66
66
path : ~/.npm
67
67
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