File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
# We must fetch at least the immediate parents so that if this is
27
27
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- uses : micnncim/action-label-syncer@v1
Original file line number Diff line number Diff line change 24
24
- 16
25
25
steps :
26
26
- name : Checkout Master
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Setup env
29
29
uses : the-guild-org/shared-config/setup@main
30
30
with :
45
45
- 16
46
46
steps :
47
47
- name : Checkout Master
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
- name : Setup env
50
50
uses : the-guild-org/shared-config/setup@main
51
51
with :
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Checkout Master
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
- name : Setup env
73
73
uses : the-guild-org/shared-config/setup@main
74
74
with :
Original file line number Diff line number Diff line change 14
14
if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
15
15
steps :
16
16
- name : checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments