Skip to content

Commit 7e18d89

Browse files
johnbilliongithub-actions[bot]
authored andcommitted
Update plugin-nfrastructure to 2.1.7
1 parent fe95541 commit 7e18d89

12 files changed

+16
-16
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- wp: '6.1'
5858
php: '7.4'
5959
fail-fast: false
60-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
60+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
6161
with:
6262
wp: ${{ matrix.wp }}
6363
php: ${{ matrix.php }}

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: ${{ matrix.label }}
3333
permissions:
3434
contents: read
35-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
35+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
3636
strategy:
3737
matrix:
3838
label:

.github/workflows/deploy-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: WordPress.org
1414
permissions:
1515
contents: read
16-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
16+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
1717
with:
1818
plugin: user-switching
1919
readme: readme.txt

.github/workflows/deploy-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: {}
1818
jobs:
1919
deploy:
2020
name: Deploy Tag
21-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
21+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
2222
permissions:
2323
contents: read
2424
issues: write

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: WP ${{ matrix.wp }}
3535
permissions:
3636
contents: read
37-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
37+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
3838
strategy:
3939
# See the following for PHP compatibility of WordPress versions:
4040
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
security-events: write
2828
actions: read
2929
contents: read
30-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
30+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- '8.3'
4242
- '7.4'
4343
fail-fast: false
44-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
44+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
4545
with:
4646
wp: 'nightly'
4747
php: ${{ matrix.php }}
@@ -52,7 +52,7 @@ jobs:
5252
name: Nightly ${{ matrix.label }}
5353
permissions:
5454
contents: read
55-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
55+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
5656
strategy:
5757
matrix:
5858
label:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: ${{ matrix.label }}
2929
permissions:
3030
contents: read
31-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
31+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
3232
strategy:
3333
matrix:
3434
label:

.github/workflows/verify-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Verify Plugin Distribution
3434
permissions:
3535
contents: read
36-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@2d12bdc0117c39e81f596e33861cb13c9561002f # 2.1.5
36+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
3737
with:
3838
plugin: user-switching
3939
owner: johnbillion

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"composer/installers": "^1.0 || ^2.0"
2828
},
2929
"require-dev": {
30-
"johnbillion/plugin-infrastructure": "2.1.5",
30+
"johnbillion/plugin-infrastructure": "2.1.7",
3131
"johnbillion/wp-compat": "1.3.0",
3232
"php-stubs/wordpress-stubs": "6.9.0",
3333
"phpcompatibility/phpcompatibility-wp": "2.1.7",

0 commit comments

Comments
 (0)