diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 523d7cf55..301e030ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: with: python-version: '3.x' - name: Fetch pull request branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Fetch base main branch