diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf89e679b..a7237ed13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 token: ${{ secrets.GITHUB_TOKEN }}