From 9c58e746d9f58d4394187a59a50dccc64ac0d07f Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:07:05 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20pre-commit/action?= =?UTF-8?q?=20action=20(=20v3.0.0=20=E2=86=92=20v3.0.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | pre-commit/action | v3.0.0 | v3.0.1 | --- .github/workflows/pre-commit-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-check.yaml b/.github/workflows/pre-commit-check.yaml index 407f08e1..ca6a3cfd 100644 --- a/.github/workflows/pre-commit-check.yaml +++ b/.github/workflows/pre-commit-check.yaml @@ -18,6 +18,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Run against changes - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 with: extra_args: --files ${{ join(fromJson(inputs.modifiedFiles), ' ') }} --config .ci/pre-commit/config.yaml