diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c2d86e..4e21741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: [self-hosted, node-b] name: Build & Test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Configure git for private deps run: git config --global url."https://x-access-token:${{ secrets.GHCR_TOKEN }}@github.com/".insteadOf "https://github.com/"