Commit 7c1830b056f for php.net
commit 7c1830b056fc2d2549eede4d8423a1aa3178663f
Author: Tim Düsterhus <tim@tideways-gmbh.com>
Date: Wed Dec 17 15:21:31 2025 +0100
Update GitHub Action workflows to `actions/checkout@v6` (8.3)
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index daddc6adec0..aa5270c86cc 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -248,7 +248,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: git checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
- name: apt
@@ -308,7 +308,7 @@ jobs:
mysql -uroot -proot -e "CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress'; FLUSH PRIVILEGES;"
mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
- name: git checkout benchmarking-data
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: php/benchmarking-data
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}