From 19f906e68e9698f54ed52422edb0beab99580ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:12:44 +0000 Subject: [PATCH] Bump wearerequired/lint-action from 2 to 3 Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 2 to 3. - [Release notes](https://github.com/wearerequired/lint-action/releases) - [Commits](https://github.com/wearerequired/lint-action/compare/v2...v3) --- updated-dependencies: - dependency-name: wearerequired/lint-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lintinig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lintinig.yml b/.github/workflows/lintinig.yml index 54408d2..94ed3e1 100644 --- a/.github/workflows/lintinig.yml +++ b/.github/workflows/lintinig.yml @@ -26,7 +26,7 @@ jobs: run: pip install black flake8 - name: Run linters - uses: wearerequired/lint-action@v2 + uses: wearerequired/lint-action@v3 with: black: true flake8: true \ No newline at end of file