From ba59dd7e7026b5efcd0cbcea5320babaa1449b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:38:19 +0000 Subject: [PATCH] Bump pre-commit/action from 3.0.0 to 3.0.1 Bumps [pre-commit/action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/new_release.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index 823fffbe0..a33ca2b82 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -38,7 +38,7 @@ jobs: cp settings.yaml.template settings.yaml - name: Pre Commit Checks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Analysis (git diff) if: failure() diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f6cae8fd5..b39a5625d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -37,7 +37,7 @@ jobs: cp settings.yaml.template settings.yaml - name: Pre Commit Checks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Analysis (git diff) if: failure()