From f99037888b7ffdd1224888e0b5d13001717a0e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:29:46 +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/action.yml | 2 +- .github/workflows/merge_to_master.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e131bb4..7ece31b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -31,7 +31,7 @@ jobs: for config in conf/*.yaml.template; do mv -- "$config" "${config%.template}"; done - name: Pre Commit Checks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Upgrade Test Coverage (Existence Test) run: py.test --cov=upgrade_tests/helpers upgrade_tests/helpers/coverme.py diff --git a/.github/workflows/merge_to_master.yaml b/.github/workflows/merge_to_master.yaml index 5dcefca..d70235c 100644 --- a/.github/workflows/merge_to_master.yaml +++ b/.github/workflows/merge_to_master.yaml @@ -33,7 +33,7 @@ jobs: for config in conf/*.yaml.template; do mv -- "$config" "${config%.template}"; done - name: Pre Commit Checks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Upgrade Test Coverage (Existence Test) run: py.test --cov=upgrade_tests/helpers upgrade_tests/helpers/coverme.py