diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27c018a95..56596ba84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 ssh-key: ${{ secrets.DEPLOY_KEY }}