2929 extensions : intl, sodium, zip
3030 env :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : ramsey/composer-install@v3
3434 - name : GH token (non-Windows)
3535 if : matrix.operating-system != 'windows-latest'
@@ -118,7 +118,7 @@ jobs:
118118 make -j$(nproc)
119119 sudo make install
120120 cd $GITHUB_WORKSPACE
121- - uses : actions/checkout@v5
121+ - uses : actions/checkout@v6
122122 - name : Composer Install
123123 run : composer install --ignore-platform-reqs
124124 - name : Run bundled PHP install test
@@ -138,7 +138,7 @@ jobs:
138138 - ' 8.3'
139139 - ' 8.4'
140140 steps :
141- - uses : actions/checkout@v5
141+ - uses : actions/checkout@v6
142142 with :
143143 fetch-depth : 0
144144 # Fixes `git describe` picking the wrong tag - see https://github.com/php/pie/issues/307
@@ -165,7 +165,7 @@ jobs:
165165 extensions : intl, sodium, zip
166166 env :
167167 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
168- - uses : actions/checkout@v5
168+ - uses : actions/checkout@v6
169169 - uses : ramsey/composer-install@v3
170170 - name : Run PHPCS
171171 run : vendor/bin/phpcs
@@ -180,7 +180,7 @@ jobs:
180180 extensions : intl, sodium, zip
181181 env :
182182 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
183- - uses : actions/checkout@v5
183+ - uses : actions/checkout@v6
184184 - uses : ramsey/composer-install@v3
185185 - name : Validate the composer configuration
186186 run : composer validate --strict
0 commit comments