diff --git a/.github/workflows/issue-management.yml b/.github/workflows/issue-management.yml index 4bc03c8..2b5dcc3 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 1d18bec..3ea0de9 100644 --- a/.github/workflows/wp-compatibility-test.yml +++ b/.github/workflows/wp-compatibility-test.yml @@ -89,7 +89,7 @@ jobs: cp -r languages "$BUILD_DIR/" - 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.