diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3580cf23a3f..04d41e73d36 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: cp .env.example .env - name: Pre Commit Checks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: Collect Tests run: |