From 16c23fef312bcb98c951b71170a49508e1de4eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:53:59 -0400 Subject: [PATCH] chore(deps): bump pre-commit/action from v2.0.0 to v2.0.2 (#2935) --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5cebed17d..c1d576e13 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - - uses: pre-commit/action@v2.0.0 + - uses: pre-commit/action@v2.0.2 with: # Slow hooks are marked with manual - slow is okay here, run them too extra_args: --hook-stage manual --all-files