Skip to content

Commit 15c4317

Browse files
committed
Update plugin-infrastructure.
1 parent a1ba6ad commit 15c4317

13 files changed

+16
-45
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@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
60+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
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 # Needed to clone the repo.
35-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
35+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
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 # Needed to clone the repo.
16-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
16+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
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@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
21+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
2222
permissions:
2323
contents: read # Required to clone the repo.
2424
issues: write # Required for write access to milestones.

.github/workflows/fair-testing.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.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 # Needed to clone the repo.
37-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
37+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
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 # Required for upload-sarif to upload SARIF files.
2828
contents: read # Needed to clone the repo.
2929
actions: read # Needed for upload-sarif to read workflow run info.
30-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
30+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0

.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@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
44+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
4545
with:
4646
wp: 'nightly'
4747
php: ${{ matrix.php }}
@@ -52,7 +52,7 @@ jobs:
5252
name: Nightly ${{ matrix.label }}
5353
permissions:
5454
contents: read # Needed to clone the repo.
55-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
55+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
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 # Needed to clone the repo.
31-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
31+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
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 # Needed to clone the repo.
36-
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@57fa26489dde20f8190e77f6c41622fdc77e3710 # 2.1.7
36+
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-verify-distribution.yml@58c88f6aa243ca37eecf820ef1a2dd1399abb485 # 2.4.0
3737
with:
3838
plugin: user-switching
3939
owner: johnbillion

0 commit comments

Comments
 (0)