diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 7d6c219..927e612 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,6 +20,6 @@ jobs: distribution: temurin - name: Run pre-commit - uses: pre-commit/actions@v3.0.0 + uses: pre-commit/actions@v3.0.1 with: extra_args: --from-ref=${{ github.event.pull_request.base.sha }} --to-ref=${{ github.sha }}