From 2ecce662aae5b2f6b0cef54b16b2cd489f861457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:50:23 +0000 Subject: [PATCH] build(deps): bump pre-commit/action in the actions group Bumps the actions group with 1 update: [pre-commit/action](https://github.com/pre-commit/action). Updates `pre-commit/action` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index a4ed9d35e..7cae58e94 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -26,4 +26,4 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install and run pre-commit hooks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1