File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1919 name : Lint CS
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
5858
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : Setup PHP
6464 uses : shivammathur/setup-php@v2
9999 runs-on : ubuntu-latest
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v5
103103 with :
104104 ref : ${{ github.head_ref }}
105105 fetch-depth : ' 0' # Ensures the tags are fetched
Original file line number Diff line number Diff line change 2727 - ' 8.3'
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
@@ -102,7 +102,7 @@ jobs:
102102
103103 steps :
104104 - name : Checkout
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 with :
107107 fetch-depth : 0
108108
@@ -121,7 +121,7 @@ jobs:
121121 uses : ./.github/actions/install-vendor
122122
123123 - name : Retrieve built PHAR
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : php-scoper-phar-${{ matrix.php }}
127127 path : bin
@@ -165,7 +165,7 @@ jobs:
165165
166166 steps :
167167 - name : Checkout PHPUnit code
168- uses : actions/checkout@v4
168+ uses : actions/checkout@v5
169169 with :
170170 repository : ' sebastianbergmann/phpunit'
171171
@@ -180,13 +180,13 @@ jobs:
180180 tools : none
181181
182182 - name : Install java
183- uses : actions/setup-java@v4
183+ uses : actions/setup-java@v5
184184 with :
185185 distribution : zulu
186186 java-version : 11
187187
188188 - name : Retrieve built PHP-Scoper PHAR
189- uses : actions/download-artifact@v4
189+ uses : actions/download-artifact@v5
190190 with :
191191 name : php-scoper-phar-${{ matrix.php-version }}
192192 path : bin
Original file line number Diff line number Diff line change 1919 name : CS
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
4343 name : PHPStan
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Setup PHP
4949 uses : shivammathur/setup-php@v2
6767 name : Rector
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v5
7171
7272 - name : Setup PHP
7373 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2525 name : Build PHAR
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
8585 permissions :
8686 contents : write
8787 steps :
88- - uses : actions/download-artifact@v4
88+ - uses : actions/download-artifact@v5
8989 with :
9090 name : php-scoper-phar
9191 path : .
@@ -105,14 +105,14 @@ jobs:
105105 - build-phar
106106 steps :
107107 - name : Checkout
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v5
109109
110110 - name : Setup PHP
111111 uses : shivammathur/setup-php@v2
112112 with :
113113 php-version : ' 8.2'
114114
115- - uses : actions/download-artifact@v4
115+ - uses : actions/download-artifact@v5
116116 with :
117117 name : php-scoper-phar
118118 path : .
Original file line number Diff line number Diff line change 2121 name : Check Dependencies
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 2222 if : github.event_name != 'release' && github.event.action != 'created'
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828
4646 name : Check the Composer package
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252
7575 - ' 7.*.*'
7676 steps :
7777 - name : Checkout
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 with :
8080 fetch-depth : 0
8181
You can’t perform that action at this time.
0 commit comments