Skip to content

Commit 479bbcf

Browse files
Bump actions/checkout from 4 to 5 (#2071)
Co-authored-by: Konstantin Obenland <[email protected]>
1 parent 7d1a211 commit 479bbcf

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/extract-wp-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write # Required to push to wiki repository
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: akirk/[email protected]
1717
with:
1818
namespace: 'Activitypub'

.github/workflows/format.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
16-
token: ${{ secrets.API_TOKEN_GITHUB }}
1716
ref: ${{ github.head_ref }}
1817

1918
- name: Setup Node.js

.github/workflows/gardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Setup Node
2929
uses: actions/setup-node@v4

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get update
3131
sudo apt-get install subversion
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Setup PHP
3636
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)