File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ jobs:
1313 WP_PHPUNIT_REPO : ${{ secrets.WP_PHPUNIT_REPO }}
1414 steps :
1515 - name : Generate token
16- uses : tibdex/github-app-token@v1
16+ uses : tibdex/github-app-token@v2
1717 id : generate-token
1818 with :
1919 app_id : ${{ secrets.BOT_APP_ID }}
2020 private_key : ${{ secrets.BOT_PRIVATE_KEY }}
2121
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 repository : wp-phpunit/build
2525
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 with :
2828 repository : wordpress/wordpress-develop
2929 path : repos/wordpress
3030
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 with :
3333 repository : ${{ format('wp-phpunit/{0}', secrets.TARGET_REPO_NAME) }}
3434 path : repos/package
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818
1919 steps :
2020 - name : Generate token
21- uses : tibdex/github-app-token@v1
21+ uses : tibdex/github-app-token@v2
2222 id : generate-token
2323 with :
2424 app_id : ${{ secrets.BOT_APP_ID }}
2525 private_key : ${{ secrets.BOT_PRIVATE_KEY }}
2626
2727 - name : Determine tags to build
2828 id : tags-to-build
29- uses : actions/github-script@v6
29+ uses : actions/github-script@v7
3030 with :
3131 github-token : ${{ steps.generate-token.outputs.token }}
3232 debug : ' true'
Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010
1111 - uses : reviewdog/action-actionlint@v1
1212 name : Lint GitHub Actions
You can’t perform that action at this time.
0 commit comments