2929 runs-on : ubuntu-22.04
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 - name : Install tools and dependencies
3535 run : |
5454
5555 - name : Checkout musl-cross-make
5656 if : steps.compiler-cache.outputs.cache-hit != 'true'
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 with :
5959 repository : pmmp/musl-cross-make
6060 path : musl-cross-make
@@ -113,7 +113,7 @@ jobs:
113113 runs-on : ubuntu-22.04
114114
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v5
117117
118118 - name : Install tools and dependencies
119119 run : |
@@ -178,7 +178,7 @@ jobs:
178178 image : macos-14
179179
180180 steps :
181- - uses : actions/checkout@v4
181+ - uses : actions/checkout@v5
182182
183183 - name : Install tools and dependencies
184184 run : |
@@ -235,7 +235,7 @@ jobs:
235235 runs-on : windows-2022
236236
237237 steps :
238- - uses : actions/checkout@v4
238+ - uses : actions/checkout@v5
239239
240240 - name : Prepare download cache
241241 id : download-cache
@@ -282,7 +282,7 @@ jobs:
282282 contents : write
283283
284284 steps :
285- - uses : actions/checkout@v4
285+ - uses : actions/checkout@v5
286286
287287 - name : Update latest tag target
288288 run : |
@@ -292,7 +292,7 @@ jobs:
292292 git push -f origin pm${{ inputs.pm-version-major }}-latest
293293
294294 - name : Download artifacts
295- uses : actions/download-artifact@v4
295+ uses : actions/download-artifact@v5
296296 with :
297297 path : ${{ github.workspace }}
298298 pattern : " *PHP-${{ inputs.php-version-base }}-*-PM${{ inputs.pm-version-major }}"
@@ -334,7 +334,7 @@ jobs:
334334 echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT
335335
336336 - name : Update recommended PM release
337- uses : ncipollo/release-action@v1.15 .0
337+ uses : ncipollo/release-action@v1.20 .0
338338 if : ${{ inputs.special-release != 'none' }}
339339 with :
340340 artifacts : |
@@ -351,7 +351,7 @@ jobs:
351351 prerelease : ${{ inputs.pm-preview == 'true' }}
352352
353353 - name : Update php-version PM release
354- uses : ncipollo/release-action@v1.15 .0
354+ uses : ncipollo/release-action@v1.20 .0
355355 with :
356356 artifacts : |
357357 ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
0 commit comments