File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- uses : the-guild-org/shared-config/setup@main
19
19
name : Setup Env
35
35
node-version : [18, 20, 22]
36
36
steps :
37
37
- name : Checkout Repository
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
- uses : the-guild-org/shared-config/setup@main
41
41
name : Setup Env
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Checkout Repository
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
70
70
- uses : the-guild-org/shared-config/setup@main
71
71
name : Setup Env
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Checkout Repository
96
- uses : actions/checkout@v3
96
+ uses : actions/checkout@v4
97
97
98
98
- uses : the-guild-org/shared-config/setup@main
99
99
name : Setup Env
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments