From 59431cf673d0d9bb61263d8cbaf9640661a18813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:04:11 +0000 Subject: [PATCH] GH Actions: Bump wordpress/plugin-check-action from 1.0.6 to 1.1.4 Bumps [wordpress/plugin-check-action](https://github.com/wordpress/plugin-check-action) from 1.0.6 to 1.1.4. - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](https://github.com/wordpress/plugin-check-action/compare/v1.0.6...v1.1.4) --- updated-dependencies: - dependency-name: wordpress/plugin-check-action dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/plugin-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 4f1d035..78e737c 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -27,7 +27,7 @@ jobs: unzip ${{ github.event.repository.name }}.zip -d build - name: Run plugin check - uses: wordpress/plugin-check-action@v1.0.6 + uses: wordpress/plugin-check-action@v1.1.4 with: exclude-checks: 'i18n_usage' build-dir: './build/${{ github.event.repository.name }}' \ No newline at end of file