Skip to content

Commit 9ea9ff3

Browse files
authored
Merge pull request #7 from indieweb/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 8046cc3 + 858cd98 commit 9ea9ff3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- uses: akirk/extract-wp-hooks@1.4.0
1818
with:
1919
namespace: 'Microsub'

.github/workflows/phpcs.yml

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

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939

4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)