From 6d7c52b81496a2b97a4fe33c6dfa01cd173d0a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:42:23 +0000 Subject: [PATCH] chore(deps): bump WorkOfStan/seablast-actions/.github/workflows/linter.yml Bumps [WorkOfStan/seablast-actions/.github/workflows/linter.yml](https://github.com/workofstan/seablast-actions) from 0.2.9 to 0.2.11. - [Release notes](https://github.com/workofstan/seablast-actions/releases) - [Changelog](https://github.com/WorkOfStan/seablast-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/workofstan/seablast-actions/compare/v0.2.9...v0.2.11) --- updated-dependencies: - dependency-name: WorkOfStan/seablast-actions/.github/workflows/linter.yml dependency-version: 0.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/polish-the-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/polish-the-code.yml b/.github/workflows/polish-the-code.yml index 4158fde..c22d4b7 100644 --- a/.github/workflows/polish-the-code.yml +++ b/.github/workflows/polish-the-code.yml @@ -62,6 +62,6 @@ jobs: super-linter: needs: phpcs-phpcbf - uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.9 + uses: WorkOfStan/seablast-actions/.github/workflows/linter.yml@v0.2.11 with: runs-on: "ubuntu-latest"