From 532848b4291ee7f102a3faef46d1e1b53fcf6ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 14:31:34 -0400 Subject: [PATCH] chore(deps): bump pre-commit/action from v2.0.0 to v2.0.2 (#542) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1194aff06..1a232d992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,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 tests: name: Tests on 🐍 ${{ matrix.python-version }} ${{ matrix.os }}