From a98f42b65799b8413c0c231c7350f50c3253d4e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 07:52:30 -0400 Subject: [PATCH] chore(deps): update pre-commit/action action to v2.0.3 (#846) Co-authored-by: Renovate Bot --- .github/workflows/pre-commit-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-check.yaml b/.github/workflows/pre-commit-check.yaml index 01a265de..60412146 100644 --- a/.github/workflows/pre-commit-check.yaml +++ b/.github/workflows/pre-commit-check.yaml @@ -25,14 +25,14 @@ jobs: # run only if changed files were detected - name: Run against changes - uses: pre-commit/action@v2.0.2 + uses: pre-commit/action@v2.0.3 if: steps.filter.outputs.addedOrModified == 'true' with: extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }} # run if no changed files were detected (e.g. workflow_dispatch on master branch) - name: Run against all files - uses: pre-commit/action@v2.0.2 + uses: pre-commit/action@v2.0.3 if: steps.filter.outputs.addedOrModified != 'true' with: extra_args: --all-files