Skip to content

Commit 453972c

Browse files
committed
Merge branch 'main' of github.com:pfefferle/wordpress-microsub
2 parents f395465 + 355f215 commit 453972c

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: 'composer' # See documentation for possible values
9+
directory: '/' # Location of package manifests
10+
schedule:
11+
interval: 'daily'
12+
labels:
13+
- 'dependencies'
14+
- package-ecosystem: 'github-actions' # See documentation for possible values
15+
directory: '/' # Location of package manifests
16+
schedule:
17+
interval: 'daily'
18+
labels:
19+
- 'dependencies'
20+
- package-ecosystem: 'npm' # See documentation for possible values
21+
directory: '/' # Location of package manifests
22+
schedule:
23+
interval: 'daily'
24+
labels:
25+
- 'dependencies'

.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@v4
16+
- uses: actions/checkout@v6
1717
- uses: akirk/extract-wp-hooks@1.3.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@v4
15+
uses: actions/checkout@v6
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@v4
38+
uses: actions/checkout@v6
3939

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

0 commit comments

Comments
 (0)