We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4a4d8 + 08eef70 commit 355f215Copy full SHA for 355f215
.github/workflows/extract-wp-hooks.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
contents: write
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
- uses: akirk/extract-wp-hooks@1.3.0
18
with:
19
namespace: 'Microsub'
.github/workflows/phpcs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- 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