Skip to content

Commit b72f3b8

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3e044a commit b72f3b8

10 files changed

+15
-15
lines changed

.github/workflows/ai-runner-docker-live-comfyui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
image-digest: ${{ steps.build-base.outputs.digest }}
3232
steps:
3333
- name: Check out code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v3
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: [self-hosted, linux, amd64]
7979
steps:
8080
- name: Check out code
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v6
8282
with:
8383
fetch-depth: 0
8484
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/ai-runner-docker-live-noop.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: [self-hosted, linux, amd64]
3434
steps:
3535
- name: Check out code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 50
3939
ref: ${{ github.event.pull_request.head.sha }}
@@ -87,7 +87,7 @@ jobs:
8787
pull-requests: read
8888
steps:
8989
- name: Check out code
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v6
9191
with:
9292
fetch-depth: 0
9393
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/ai-runner-docker-live-streamdiffusion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
image-digest: ${{ steps.build-base.outputs.digest }}
3232
steps:
3333
- name: Check out code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v3
@@ -87,7 +87,7 @@ jobs:
8787
DOCKER_SUFFIX: ${{ matrix.subtype != 'sdturbo' && format('-{0}', matrix.subtype) || '' }}
8888
steps:
8989
- name: Check out code
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v6
9191
with:
9292
fetch-depth: 0
9393
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/ai-runner-docker-scope.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
image-digest: ${{ steps.build-base.outputs.digest }}
3232
steps:
3333
- name: Check out code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v3
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: [self-hosted, linux, amd64]
7979
steps:
8080
- name: Check out code
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v6
8282
with:
8383
fetch-depth: 0
8484
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/ai-runner-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/ai-runner-models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -100,7 +100,7 @@ jobs:
100100
cancel-in-progress: false
101101
steps:
102102
- name: Check out code
103-
uses: actions/checkout@v4
103+
uses: actions/checkout@v6
104104
with:
105105
fetch-depth: 0
106106
# Check https://github.com/livepeer/go-livepeer/pull/1891

.github/workflows/ai-runner-pipelines-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- docker/Dockerfile.llm
3838
steps:
3939
- name: Check out code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343
# Check https://github.com/livepeer/go-livepeer/pull/1891

.github/workflows/ai-runner-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@v5

.github/workflows/comfyui-trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Check out code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

.github/workflows/validate-openapi-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)