This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Set up Project
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
- name : Set up Node.js environment
16
16
uses : actions/setup-node@v2
17
17
with :
Original file line number Diff line number Diff line change 16
16
steps :
17
17
-
18
18
name : Set up Project
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
22
-
Original file line number Diff line number Diff line change 15
15
steps :
16
16
-
17
17
name : Set up Project
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
-
20
20
name : Set up Node.js environment
21
21
uses : actions/setup-node@v2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Set up Project
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up Node.js environment
15
15
uses : actions/setup-node@v2
16
16
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Set up Project
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Set up Node.js environment
15
15
uses : actions/setup-node@v2
16
16
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
-
16
16
name : Set up Node.js environment
17
17
uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments