We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout@v6
1 parent d076ca3 commit 7c1830bCopy full SHA for 7c1830b
.github/workflows/push.yml
@@ -248,7 +248,7 @@ jobs:
248
runs-on: ubuntu-22.04
249
steps:
250
- name: git checkout
251
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
252
with:
253
fetch-depth: 0
254
- name: apt
@@ -308,7 +308,7 @@ jobs:
308
mysql -uroot -proot -e "CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'wordpress'; FLUSH PRIVILEGES;"
309
mysql -uroot -proot -e "GRANT ALL PRIVILEGES ON *.* TO 'wordpress'@'localhost' WITH GRANT OPTION;"
310
- name: git checkout benchmarking-data
311
312
313
repository: php/benchmarking-data
314
ssh-key: ${{ secrets.BENCHMARKING_DATA_DEPLOY_KEY }}
0 commit comments