diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 45a8dbf07..f8c921f10 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -8,7 +8,7 @@ jobs: if: ${{ github.actor != 'renovate[bot]' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0