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.
2 parents 8046cc3 + 858cd98 commit 9ea9ff3Copy full SHA for 9ea9ff3
3 files changed
.github/workflows/extract-wp-hooks.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: write
15
steps:
16
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
17
- uses: akirk/extract-wp-hooks@1.4.0
18
with:
19
namespace: 'Microsub'
.github/workflows/phpcs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Setup PHP
uses: shivammathur/setup-php@v2
.github/workflows/phpunit.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments