Skip to content

Commit 32b8579

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Update GitHub Action workflows to `actions/checkout@v6` (8.3) Update GitHub Action workflows to `actions/checkout@v6` (8.2) Update GitHub Action workflows to `actions/cache@v5` Update GitHub Action workflows to `actions/checkout@v6`
2 parents 05c72b4 + 7c1830b commit 32b8579

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/nightly.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: [self-hosted, gentoo, ppc64]
5858
steps:
5959
- name: git checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
ref: ${{ inputs.branch }}
6363
- name: System info
@@ -98,7 +98,7 @@ jobs:
9898
image: 'alpine:3.22'
9999
steps:
100100
- name: git checkout
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6
102102
with:
103103
ref: ${{ inputs.branch }}
104104
- name: apk
@@ -200,7 +200,7 @@ jobs:
200200
runs-on: ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
201201
steps:
202202
- name: git checkout
203-
uses: actions/checkout@v5
203+
uses: actions/checkout@v6
204204
with:
205205
ref: ${{ inputs.branch }}
206206
- name: Create MSSQL container
@@ -298,7 +298,7 @@ jobs:
298298
FIREBIRD_PASSWORD: test
299299
steps:
300300
- name: git checkout
301-
uses: actions/checkout@v5
301+
uses: actions/checkout@v6
302302
with:
303303
ref: ${{ inputs.branch }}
304304
- name: apt
@@ -364,7 +364,7 @@ jobs:
364364
runs-on: macos-${{ matrix.os }}
365365
steps:
366366
- name: git checkout
367-
uses: actions/checkout@v5
367+
uses: actions/checkout@v6
368368
with:
369369
ref: ${{ inputs.branch }}
370370
- name: Update clang
@@ -439,7 +439,7 @@ jobs:
439439
runs-on: ubuntu-22.04
440440
steps:
441441
- name: git checkout
442-
uses: actions/checkout@v5
442+
uses: actions/checkout@v6
443443
with:
444444
ref: ${{ inputs.branch }}
445445
- name: Create MSSQL container
@@ -488,7 +488,7 @@ jobs:
488488
USE_TRACKED_ALLOC: 1
489489
steps:
490490
- name: git checkout
491-
uses: actions/checkout@v5
491+
uses: actions/checkout@v6
492492
with:
493493
ref: ${{ inputs.branch }}
494494
- name: apt
@@ -688,7 +688,7 @@ jobs:
688688
runs-on: ubuntu-${{ inputs.ubuntu_version }}
689689
steps:
690690
- name: git checkout
691-
uses: actions/checkout@v5
691+
uses: actions/checkout@v6
692692
with:
693693
ref: ${{ inputs.branch }}
694694
- name: Create MSSQL container
@@ -751,7 +751,7 @@ jobs:
751751
runs-on: ubuntu-${{ inputs.ubuntu_version }}
752752
steps:
753753
- name: git checkout
754-
uses: actions/checkout@v5
754+
uses: actions/checkout@v6
755755
with:
756756
ref: ${{ inputs.branch }}
757757
- name: apt
@@ -838,7 +838,7 @@ jobs:
838838
runs-on: ubuntu-${{ inputs.ubuntu_version }}
839839
steps:
840840
- name: git checkout
841-
uses: actions/checkout@v5
841+
uses: actions/checkout@v6
842842
with:
843843
ref: ${{ inputs.branch }}
844844
- name: apt
@@ -883,38 +883,38 @@ jobs:
883883
CXX: ccache g++
884884
steps:
885885
- name: git checkout PHP
886-
uses: actions/checkout@v5
886+
uses: actions/checkout@v6
887887
with:
888888
path: php
889889
ref: ${{ inputs.branch }}
890890
- name: git checkout apcu
891-
uses: actions/checkout@v5
891+
uses: actions/checkout@v6
892892
with:
893893
repository: krakjoe/apcu
894894
path: apcu
895895
- name: git checkout imagick
896-
uses: actions/checkout@v5
896+
uses: actions/checkout@v6
897897
with:
898898
repository: Imagick/imagick
899899
path: imagick
900900
- name: git checkout memcached
901-
uses: actions/checkout@v5
901+
uses: actions/checkout@v6
902902
with:
903903
repository: php-memcached-dev/php-memcached
904904
path: memcached
905905
- name: git checkout redis
906-
uses: actions/checkout@v5
906+
uses: actions/checkout@v6
907907
with:
908908
repository: phpredis/phpredis
909909
path: redis
910910
- name: git checkout xdebug
911911
if: false
912-
uses: actions/checkout@v5
912+
uses: actions/checkout@v6
913913
with:
914914
repository: xdebug/xdebug
915915
path: xdebug
916916
- name: git checkout yaml
917-
uses: actions/checkout@v5
917+
uses: actions/checkout@v6
918918
with:
919919
repository: php/pecl-file_formats-yaml
920920
path: yaml
@@ -1019,7 +1019,7 @@ jobs:
10191019
- name: git config
10201020
run: git config --global core.autocrlf false && git config --global core.eol lf
10211021
- name: git checkout
1022-
uses: actions/checkout@v5
1022+
uses: actions/checkout@v6
10231023
with:
10241024
ref: ${{ inputs.branch }}
10251025
- name: Setup
@@ -1040,7 +1040,7 @@ jobs:
10401040
timeout-minutes: 50
10411041
steps:
10421042
- name: git checkout
1043-
uses: actions/checkout@v5
1043+
uses: actions/checkout@v6
10441044
with:
10451045
ref: ${{ inputs.branch }}
10461046
- name: FreeBSD

.github/workflows/push.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-${{ !matrix.asan && '22' || '24' }}.04
123123
steps:
124124
- name: git checkout
125-
uses: actions/checkout@v5
125+
uses: actions/checkout@v6
126126
- name: apt
127127
uses: ./.github/actions/apt-x64
128128
- name: System info
@@ -196,7 +196,7 @@ jobs:
196196
MYSQL_ROOT_PASSWORD: root
197197
steps:
198198
- name: git checkout
199-
uses: actions/checkout@v5
199+
uses: actions/checkout@v6
200200
- name: apt
201201
uses: ./.github/actions/apt-x32
202202
- name: ccache
@@ -234,7 +234,7 @@ jobs:
234234
runs-on: macos-${{ matrix.os }}
235235
steps:
236236
- name: git checkout
237-
uses: actions/checkout@v5
237+
uses: actions/checkout@v6
238238
- name: Update clang
239239
uses: ./.github/actions/macos-update-clang
240240
- name: brew
@@ -283,7 +283,7 @@ jobs:
283283
- name: git config
284284
run: git config --global core.autocrlf false && git config --global core.eol lf
285285
- name: git checkout
286-
uses: actions/checkout@v5
286+
uses: actions/checkout@v6
287287
- name: Setup
288288
uses: ./.github/actions/setup-windows
289289
- name: Build
@@ -296,7 +296,7 @@ jobs:
296296
runs-on: ubuntu-22.04
297297
steps:
298298
- name: git checkout
299-
uses: actions/checkout@v5
299+
uses: actions/checkout@v6
300300
with:
301301
fetch-depth: 0
302302
# ASLR can cause a lot of noise due to missed sse opportunities for memcpy
@@ -360,7 +360,7 @@ jobs:
360360
mysql -uroot -proot -e "CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress'; FLUSH PRIVILEGES;"
361361
mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
362362
- name: git checkout benchmarking-data
363-
uses: actions/checkout@v5
363+
uses: actions/checkout@v6
364364
with:
365365
repository: php/benchmarking-data
366366
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
@@ -403,6 +403,6 @@ jobs:
403403
timeout-minutes: 50
404404
steps:
405405
- name: git checkout
406-
uses: actions/checkout@v5
406+
uses: actions/checkout@v6
407407
- name: FreeBSD
408408
uses: ./.github/actions/freebsd

.github/workflows/root.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
outputs:
1414
branches: ${{ steps.set-matrix.outputs.branches }}
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
# Set fetch-depth to 0 to clone the full repository
1919
# including all branches. This is required to find
2020
# the correct commit hashes.
2121
fetch-depth: 0
2222
- name: Grab the commit mapping
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: branch-commit-cache.json
2626
# The cache key needs to change every time for the

0 commit comments

Comments
 (0)