File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
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"
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 2
19
19
- name : " Install Node"
Original file line number Diff line number Diff line change 19
19
- " 8.1"
20
20
steps :
21
21
- name : " Checkout"
22
- uses : " actions/checkout@v3 "
22
+ uses : " actions/checkout@v4 "
23
23
- name : " Install PHP"
24
24
uses : " shivammathur/setup-php@v2"
25
25
with :
56
56
experimental : true
57
57
steps :
58
58
- name : " Checkout"
59
- uses : " actions/checkout@v3 "
59
+ uses : " actions/checkout@v4 "
60
60
- name : " Install PHP"
61
61
uses : " shivammathur/setup-php@v2"
62
62
with :
97
97
experimental : true
98
98
steps :
99
99
- name : " Checkout"
100
- uses : " actions/checkout@v3 "
100
+ uses : " actions/checkout@v4 "
101
101
- name : " Install PHP"
102
102
uses : " shivammathur/setup-php@v2"
103
103
with :
@@ -169,7 +169,7 @@ jobs:
169
169
experimental : true
170
170
steps :
171
171
- name : " Checkout"
172
- uses : " actions/checkout@v3 "
172
+ uses : " actions/checkout@v4 "
173
173
- name : " Install PHP"
174
174
uses : " shivammathur/setup-php@v2"
175
175
with :
@@ -209,7 +209,7 @@ jobs:
209
209
name : " Drupal core HEAD baseline check"
210
210
steps :
211
211
- name : " Checkout"
212
- uses : " actions/checkout@v3 "
212
+ uses : " actions/checkout@v4 "
213
213
- name : " set the version alias for self"
214
214
run : |
215
215
if [ "${{ github.event_name }}" == 'pull_request' ]; then
Original file line number Diff line number Diff line change 17
17
- ' 1.11.x-dev'
18
18
steps :
19
19
- name : " Checkout"
20
- uses : " actions/checkout@v3 "
20
+ uses : " actions/checkout@v4 "
21
21
- name : " Install PHP"
22
22
uses : " shivammathur/setup-php@v2"
23
23
with :
You can’t perform that action at this time.
0 commit comments