diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 44940e0..d230134 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -45,11 +45,11 @@ jobs: key: ${{ matrix.target }} - name: Detect code style issues (push) - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 if: github.event_name == 'push' - name: Detect code style issues (pull_request) - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 if: github.event_name == 'pull_request' env: SKIP: no-commit-to-branch