From 2e5ec564e660f249922eaee3d659c196798adcf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:43:33 +0000 Subject: [PATCH] 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 799635b..616e6bb 100644 --- a/.github/workflows/polish-the-code.yml +++ b/.github/workflows/polish-the-code.yml @@ -51,6 +51,6 @@ jobs: super-linter: needs: commit-check - 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"