From f13505fd163e01d6e8817d1786ff5c505ac68a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:41:50 -0600 Subject: [PATCH] chore(deps): bump pre-commit/action from 876132a3c26aa072b09eab6c5395b4749eeb2435 to 3.0.0 (#3567) chore(deps): bump pre-commit/action Bumps [pre-commit/action](https://github.com/pre-commit/action) from 876132a3c26aa072b09eab6c5395b4749eeb2435 to 3.0.0. This release includes the previously tagged commit. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/876132a3c26aa072b09eab6c5395b4749eeb2435...646c83fcd040023954eafda54b4db0192ce70507) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fa7bbc5d6..9edd2f92a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -229,7 +229,7 @@ jobs: - uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 with: python-version: "3.x" - - uses: pre-commit/action@876132a3c26aa072b09eab6c5395b4749eeb2435 + - uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 with: extra_args: --show-diff-on-failure --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{