From 4c7bafcd65d0112d7a9f42eddee0fd1fcb8df407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:09:47 +0000 Subject: [PATCH] Bump wordpress/plugin-check-action from 1.1.4 to 1.1.5 Bumps [wordpress/plugin-check-action](https://github.com/wordpress/plugin-check-action) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](https://github.com/wordpress/plugin-check-action/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: wordpress/plugin-check-action dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 666c4ed..4ac941d 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -54,6 +54,6 @@ jobs: unzip "${{ runner.temp }}/${{ env.PLUGIN_SLUG }}.zip" -d "${{ runner.temp }}/build" - name: Run plugin check - uses: wordpress/plugin-check-action@v1.1.4 + uses: wordpress/plugin-check-action@v1.1.5 with: build-dir: "${{ runner.temp }}/build/${{ env.PLUGIN_SLUG }}"