2727
2828 steps :
2929 - name : " Checkout"
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
@@ -155,7 +155,7 @@ jobs:
155155 if : github.event_name == 'pull_request' && needs.compiler-tests.outputs.compiler_changed == 'true'
156156 runs-on : " ubuntu-latest"
157157 steps :
158- - uses : actions/checkout@v4
158+ - uses : actions/checkout@v5
159159
160160 - name : Get base commit SHA
161161 id : base
@@ -164,7 +164,7 @@ jobs:
164164 - name : Set up Node.js
165165 uses : actions/setup-node@v4
166166 with :
167- node-version : 20
167+ node-version : 22
168168
169169 - name : Install dependencies
170170 working-directory : .github/scripts
@@ -188,7 +188,7 @@ jobs:
188188
189189 # saved to phar-file-checksum/phpstan.phar
190190 - name : Download old artifact by ID
191- uses : actions/download-artifact@v4
191+ uses : actions/download-artifact@v5
192192 with :
193193 artifact-ids : ${{ steps.find-artifact.outputs.artifact_id }}
194194 run-id : ${{ steps.find-artifact.outputs.run_id }}
@@ -209,7 +209,7 @@ jobs:
209209 steps :
210210 # saved to phpstan.phar
211211 - name : " Download base phpstan.phar"
212- uses : actions/download-artifact@v4
212+ uses : actions/download-artifact@v5
213213 with :
214214 name : phar-file-checksum-base
215215
@@ -228,18 +228,18 @@ jobs:
228228 needs : download-base-sha-phar
229229 runs-on : " ubuntu-latest"
230230 steps :
231- - uses : actions/checkout@v4
231+ - uses : actions/checkout@v5
232232
233233 # saved to phar-file-checksum/phpstan.phar
234234 - name : " Download phpstan.phar"
235- uses : actions/download-artifact@v4
235+ uses : actions/download-artifact@v5
236236 with :
237237 name : phar-file-checksum
238238 path : phar-file-checksum
239239
240240 # saved to phar-file-checksum-base/phpstan.phar
241241 - name : " Download base phpstan.phar"
242- uses : actions/download-artifact@v4
242+ uses : actions/download-artifact@v5
243243 with :
244244 name : phar-file-checksum-base
245245 path : phar-file-checksum-base
@@ -294,7 +294,7 @@ jobs:
294294 git_commit_gpgsign : true
295295
296296 - name : " Checkout phpstan-dist"
297- uses : actions/checkout@v4
297+ uses : actions/checkout@v5
298298 with :
299299 repository : phpstan/phpstan
300300 path : phpstan-dist
@@ -307,7 +307,7 @@ jobs:
307307 run : echo "sha=$(sed -n '2p' .phar-checksum)" >> $GITHUB_OUTPUT
308308
309309 - name : " Checkout phpstan-src"
310- uses : actions/checkout@v4
310+ uses : actions/checkout@v5
311311 with :
312312 fetch-depth : 0
313313 path : phpstan-src
@@ -337,7 +337,7 @@ jobs:
337337 fi
338338
339339 - name : " Download phpstan.phar"
340- uses : actions/download-artifact@v4
340+ uses : actions/download-artifact@v5
341341 with :
342342 name : phar-file
343343
@@ -383,7 +383,7 @@ jobs:
383383
384384 - name : " Commit PHAR - tag"
385385 if : " startsWith(github.ref, 'refs/tags/')"
386- uses : stefanzweifel/git-auto-commit-action@v5
386+ uses : stefanzweifel/git-auto-commit-action@v6
387387 with :
388388 commit_user_name : " phpstan-bot"
389389 commit_user_email : " ondrej+phpstanbot@mirtes.cz"
0 commit comments