From 00d42d0b7f7f860730ed835f0963904c6e49dc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:09:12 +0000 Subject: [PATCH] Bump pre-commit/action from v2.0.0 to v2.0.2 Bumps [pre-commit/action](https://github.com/pre-commit/action) from v2.0.0 to v2.0.2. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.0...9cf68dc1ace5504cd0e05b9f3df32e6a0822ad89) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a45f298445..02357771878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: with: path: requirements/lint.txt - name: Pre-Commit hooks - uses: pre-commit/action@v2.0.0 + uses: pre-commit/action@v2.0.2 - name: Install itself run: | python setup.py install