diff --git a/.github/workflows/ai-runner-docker-batch-base.yaml b/.github/workflows/ai-runner-docker-batch-base.yaml index fab1e7d7f..07b1bd3cf 100644 --- a/.github/workflows/ai-runner-docker-batch-base.yaml +++ b/.github/workflows/ai-runner-docker-batch-base.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/ai-runner-docker-batch-pipelines.yaml b/.github/workflows/ai-runner-docker-batch-pipelines.yaml index a6b01be93..51296cf50 100644 --- a/.github/workflows/ai-runner-docker-batch-pipelines.yaml +++ b/.github/workflows/ai-runner-docker-batch-pipelines.yaml @@ -37,7 +37,7 @@ jobs: - docker/Dockerfile.llm steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 diff --git a/.github/workflows/ai-runner-docker-live-comfyui.yaml b/.github/workflows/ai-runner-docker-live-comfyui.yaml index ac7aff211..878ab4fc5 100644 --- a/.github/workflows/ai-runner-docker-live-comfyui.yaml +++ b/.github/workflows/ai-runner-docker-live-comfyui.yaml @@ -29,7 +29,7 @@ jobs: runs-on: [self-hosted, linux, amd64] steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/ai-runner-docker-live-noop.yaml b/.github/workflows/ai-runner-docker-live-noop.yaml index e18fccfc9..427b2c7fa 100644 --- a/.github/workflows/ai-runner-docker-live-noop.yaml +++ b/.github/workflows/ai-runner-docker-live-noop.yaml @@ -33,7 +33,7 @@ jobs: runs-on: [self-hosted, linux, amd64] steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 50 ref: ${{ github.event.pull_request.head.sha }} @@ -87,7 +87,7 @@ jobs: pull-requests: read steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/ai-runner-docker-live-scope.yaml b/.github/workflows/ai-runner-docker-live-scope.yaml index 0242499f8..f685c83e5 100644 --- a/.github/workflows/ai-runner-docker-live-scope.yaml +++ b/.github/workflows/ai-runner-docker-live-scope.yaml @@ -31,7 +31,7 @@ jobs: runs-on: [self-hosted, linux, amd64] steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/ai-runner-docker-live-streamdiffusion.yaml b/.github/workflows/ai-runner-docker-live-streamdiffusion.yaml index fc19a3e05..98d96b76a 100644 --- a/.github/workflows/ai-runner-docker-live-streamdiffusion.yaml +++ b/.github/workflows/ai-runner-docker-live-streamdiffusion.yaml @@ -45,7 +45,7 @@ jobs: DOCKER_SUFFIX: ${{ matrix.subtype && format('-{0}', matrix.subtype) || '' }} steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/ai-runner-models.yaml b/.github/workflows/ai-runner-models.yaml index 0d4d5101b..02e3767b5 100644 --- a/.github/workflows/ai-runner-models.yaml +++ b/.github/workflows/ai-runner-models.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 @@ -100,7 +100,7 @@ jobs: cancel-in-progress: false steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 diff --git a/.github/workflows/ai-runner-test.yaml b/.github/workflows/ai-runner-test.yaml index b17ed5f37..d7d577a62 100644 --- a/.github/workflows/ai-runner-test.yaml +++ b/.github/workflows/ai-runner-test.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install uv uses: astral-sh/setup-uv@v5 diff --git a/.github/workflows/comfyui-trigger.yaml b/.github/workflows/comfyui-trigger.yaml index 660f7d0ef..05a13446b 100644 --- a/.github/workflows/comfyui-trigger.yaml +++ b/.github/workflows/comfyui-trigger.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/validate-openapi-on-pr.yaml b/.github/workflows/validate-openapi-on-pr.yaml index b90e95373..609989ad3 100644 --- a/.github/workflows/validate-openapi-on-pr.yaml +++ b/.github/workflows/validate-openapi-on-pr.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0