From af2f08f5118776cba63ca60e2cbdc3c2a5d1b2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:05:09 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/stale](https://github.com/actions/stale) and [WordPress/plugin-check-action](https://github.com/wordpress/plugin-check-action). Updates `actions/stale` from 10 to 11 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v10...v11) Updates `WordPress/plugin-check-action` from 1.1.7 to 1.1.9 - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](https://github.com/wordpress/plugin-check-action/compare/v1.1.7...v1.1.9) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: WordPress/plugin-check-action dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-management.yml | 2 +- .github/workflows/wp-compatibility-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-management.yml b/.github/workflows/issue-management.yml index 7b1b48e..9a34eb1 100644 --- a/.github/workflows/issue-management.yml +++ b/.github/workflows/issue-management.yml @@ -28,7 +28,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml sync-labels: false - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: days-before-stale: 30 days-before-close: 7 diff --git a/.github/workflows/wp-compatibility-test.yml b/.github/workflows/wp-compatibility-test.yml index 24fbf3e..100d34d 100644 --- a/.github/workflows/wp-compatibility-test.yml +++ b/.github/workflows/wp-compatibility-test.yml @@ -89,7 +89,7 @@ jobs: fi - name: WordPress Plugin Check - uses: WordPress/plugin-check-action@v1.1.7 + uses: WordPress/plugin-check-action@v1.1.9 with: # Production-style plugin directory. Excludes repo-only files such as # .github, GEMINI.md, and other development artifacts.