Commit 51383c2 1 parent b574150 commit 51383c2 Copy full SHA for 51383c2
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
node-version : ${{ matrix.node }}
22
22
- name : Checkout Repo
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : cache node_modules
25
25
uses : actions/cache@v3
26
26
id : cache
49
49
with :
50
50
node-version : ${{ matrix.node }}
51
51
- name : Checkout Repo
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
- name : cache node_modules
54
54
uses : actions/cache@v3
55
55
id : cache
81
81
with :
82
82
node-version : ${{ matrix.node }}
83
83
- name : Checkout Repo
84
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
85
85
- name : Download Artifact
86
86
uses : actions/download-artifact@master
87
87
with :
Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : ${{ matrix.node }}
23
23
- name : Checkout Repo
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
- name : cache node_modules
26
26
uses : actions/cache@v3
27
27
id : cache
Original file line number Diff line number Diff line change 20
20
with :
21
21
node-version : ${{ matrix.node }}
22
22
- name : Checkout Repo
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : cache node_modules
25
25
uses : actions/cache@v3
26
26
id : cache
49
49
with :
50
50
node-version : ${{ matrix.node }}
51
51
- name : Checkout Repo
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
- name : cache node_modules
54
54
uses : actions/cache@v3
55
55
id : cache
81
81
with :
82
82
node-version : ${{ matrix.node }}
83
83
- name : Checkout Repo
84
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
85
85
- name : Download Artifact
86
86
uses : actions/download-artifact@master
87
87
with :
Original file line number Diff line number Diff line change 23
23
node-version : ${{ matrix.node }}
24
24
25
25
- name : Checkout Repo
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
# Disabling shallow clone is recommended for improving relevancy of reporting
29
29
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments