Skip to content

Commit 7c1830b

Browse files
committed
Update GitHub Action workflows to actions/checkout@v6 (8.3)
1 parent d076ca3 commit 7c1830b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
runs-on: ubuntu-22.04
249249
steps:
250250
- name: git checkout
251-
uses: actions/checkout@v5
251+
uses: actions/checkout@v6
252252
with:
253253
fetch-depth: 0
254254
- name: apt
@@ -308,7 +308,7 @@ jobs:
308308
mysql -uroot -proot -e "CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress'; FLUSH PRIVILEGES;"
309309
mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
310310
- name: git checkout benchmarking-data
311-
uses: actions/checkout@v5
311+
uses: actions/checkout@v6
312312
with:
313313
repository: php/benchmarking-data
314314
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}

0 commit comments

Comments
 (0)