File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 39
39
run : git config --global core.autocrlf input
40
40
41
41
- name : Checkout code
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
44
44
- name : Install PHP
45
45
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 49
49
run : " echo current year: ${{ steps.year.outputs.NEW_YEAR }} - previous year: ${{ steps.year.outputs.PREVIOUS_YEAR }}"
50
50
51
51
- name : Checkout code
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
with :
54
54
ref : ${{ steps.branches.outputs.BASE }}
55
55
Original file line number Diff line number Diff line change 38
38
steps :
39
39
# Checkout is needed to use the `use_local_config` option.
40
40
- name : Checkout code
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
- name : Verify changes to the labeling logic
44
44
uses : srvaroa/labeler@v1
Original file line number Diff line number Diff line change 49
49
run : git config --global core.autocrlf input
50
50
51
51
- name : Checkout code
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
54
54
- name : Install PHP
55
55
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout code
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : Setup PHP
39
39
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
run : git config --global core.autocrlf input
115
115
116
116
- name : Checkout code
117
- uses : actions/checkout@v4
117
+ uses : actions/checkout@v5
118
118
119
119
- name : " libxml2: find the latest relevant tag"
120
120
if : ${{ matrix.libxml_minor }}
@@ -310,7 +310,7 @@ jobs:
310
310
run : git config --global core.autocrlf input
311
311
312
312
- name : Checkout code
313
- uses : actions/checkout@v4
313
+ uses : actions/checkout@v5
314
314
315
315
- name : Setup ini config
316
316
if : ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
- name : Install PHP
32
32
uses : shivammathur/setup-php@v2
52
52
53
53
steps :
54
54
- name : Checkout code
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
57
57
# Validate the XSD file.
58
58
- name : Validate XSD against schema
99
99
100
100
steps :
101
101
- name : Checkout code
102
- uses : actions/checkout@v4
102
+ uses : actions/checkout@v5
103
103
104
104
# Updating the lists can fail intermittently, typically after Microsoft has released a new package.
105
105
# This should not be blocking for this job, so ignore any errors from this step.
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
steps :
159
159
- name : Checkout code
160
- uses : actions/checkout@v4
160
+ uses : actions/checkout@v5
161
161
162
162
- name : Set up problem matcher
163
163
uses : lumaxis/shellcheck-problem-matchers@v2
You can’t perform that action at this time.
0 commit comments