Skip to content

Commit 76f3bb3

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] <support@github.com>
1 parent d5f085c commit 76f3bb3

10 files changed

+12
-12
lines changed

.github/workflows/ai-runner-docker-batch-base.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-docker-batch-pipelines.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-docker-live-comfyui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: [self-hosted, linux, amd64]
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-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-scope.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: [self-hosted, linux, amd64]
3232
steps:
3333
- name: Check out code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
ref: ${{ github.event.pull_request.head.sha }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
DOCKER_SUFFIX: ${{ matrix.subtype && format('-{0}', matrix.subtype) || '' }}
4646
steps:
4747
- name: Check out code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
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-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: Install uv
2222
uses: astral-sh/setup-uv@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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)