From 03a9d8f5d95a283b3d89ce7d9ea1a9a058f7d50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:19:57 -0500 Subject: [PATCH] Bump pantheon-systems/action-wporg-validator from 1.0.0 to 1.1.5 (#477) Bumps [pantheon-systems/action-wporg-validator](https://github.com/pantheon-systems/action-wporg-validator) from 1.0.0 to 1.1.5. - [Release notes](https://github.com/pantheon-systems/action-wporg-validator/releases) - [Commits](https://github.com/pantheon-systems/action-wporg-validator/compare/1.0.0...v1.1.5) --- updated-dependencies: - dependency-name: pantheon-systems/action-wporg-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint-test.yml | 2 +- .github/workflows/wporg-validator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index cd82645..8f144d5 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: WP.org Validator - uses: pantheon-systems/action-wporg-validator@1.0.0 + uses: pantheon-systems/action-wporg-validator@v1.1.5 with: type: plugin php8-compatibility: diff --git a/.github/workflows/wporg-validator.yml b/.github/workflows/wporg-validator.yml index e1dd30f..27df51b 100644 --- a/.github/workflows/wporg-validator.yml +++ b/.github/workflows/wporg-validator.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: WP.org Validator - uses: pantheon-systems/action-wporg-validator@1.0.0 + uses: pantheon-systems/action-wporg-validator@v1.1.5 with: type: plugin