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 3939 run : git config --global core.autocrlf input
4040
4141 - name : Checkout code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 - name : Install PHP
4545 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 4949 run : " echo current year: ${{ steps.year.outputs.NEW_YEAR }} - previous year: ${{ steps.year.outputs.PREVIOUS_YEAR }}"
5050
5151 - name : Checkout code
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 ref : ${{ steps.branches.outputs.BASE }}
5555
Original file line number Diff line number Diff line change 3838 steps :
3939 # Checkout is needed to use the `use_local_config` option.
4040 - name : Checkout code
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 - name : Verify changes to the labeling logic
4444 uses : srvaroa/labeler@v1
Original file line number Diff line number Diff line change 4949 run : git config --global core.autocrlf input
5050
5151 - name : Checkout code
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353
5454 - name : Install PHP
5555 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Setup PHP
3939 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 run : git config --global core.autocrlf input
115115
116116 - name : Checkout code
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v5
118118
119119 - name : " libxml2: find the latest relevant tag"
120120 if : ${{ matrix.libxml_minor }}
@@ -310,7 +310,7 @@ jobs:
310310 run : git config --global core.autocrlf input
311311
312312 - name : Checkout code
313- uses : actions/checkout@v4
313+ uses : actions/checkout@v5
314314
315315 - name : Setup ini config
316316 if : ${{ matrix.custom_ini == true && matrix.os != 'windows-latest' }}
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 - name : Install PHP
3232 uses : shivammathur/setup-php@v2
5252
5353 steps :
5454 - name : Checkout code
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656
5757 # Validate the XSD file.
5858 - name : Validate XSD against schema
9999
100100 steps :
101101 - name : Checkout code
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v5
103103
104104 # Updating the lists can fail intermittently, typically after Microsoft has released a new package.
105105 # This should not be blocking for this job, so ignore any errors from this step.
@@ -157,7 +157,7 @@ jobs:
157157
158158 steps :
159159 - name : Checkout code
160- uses : actions/checkout@v4
160+ uses : actions/checkout@v5
161161
162162 - name : Set up problem matcher
163163 uses : lumaxis/shellcheck-problem-matchers@v2
You can’t perform that action at this time.
0 commit comments