diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a7e2e2f9..143050895 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Fetch base main branch