From 75e94829a212678c35db4f95738fd6574f799efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:39:52 +0530 Subject: [PATCH] Bump pre-commit/action from 2.0.0 to 3.0.0 (#1052) Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.0...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 653af6ec1399c18dd0767cece0e9c6dfe2bd77f0) --- .github/workflows/merge_to_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_to_master.yml b/.github/workflows/merge_to_master.yml index 48d7e188..a87ff2f9 100644 --- a/.github/workflows/merge_to_master.yml +++ b/.github/workflows/merge_to_master.yml @@ -40,7 +40,7 @@ jobs: pip install -U -r requirements.txt -r requirements-dev.txt --no-cache-dir - name: Pre Commit Checks - uses: pre-commit/action@v2.0.0 + uses: pre-commit/action@v3.0.0 - name: Test Nailgun Coverage run: |