From c56c63317bcb134ba757369b8f6380bdadbc771b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 02:24:01 +0000 Subject: [PATCH] Bump pre-commit/action from 2.0.3 to 3.0.0 Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 9756843350036..d6d43a8bfc13b 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -35,7 +35,7 @@ jobs: python-version: '3.9' - name: Run pre-commit - uses: pre-commit/action@v2.0.3 + uses: pre-commit/action@v3.0.0 with: extra_args: --verbose --all-files @@ -93,7 +93,7 @@ jobs: if: ${{ steps.build.outcome == 'success' && always() }} - name: Typing + pylint - uses: pre-commit/action@v2.0.3 + uses: pre-commit/action@v3.0.0 with: extra_args: --verbose --hook-stage manual --all-files if: ${{ steps.build.outcome == 'success' && always() }}