diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index ba62006..fa1edc4 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Pre-commit