Skip to content

Commit 47d76c4

Browse files
committed
Bump action versions
1 parent 7cbf003 commit 47d76c4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/check-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

0 commit comments

Comments
 (0)