Skip to content

Commit 7bad6ad

Browse files
build(deps): bump actions/checkout from 5 to 6 (#910)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97d5d76 commit 7bad6ad

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build-publish-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
contents: write
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.11"
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-24.04
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
- uses: actions/setup-python@v6
6666
with:
6767
python-version: "3.11"

.github/workflows/build-publish-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: write
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
# chartpress requires git history to set chart version and image tags
2626
# correctly

.github/workflows/build-publish-python-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
upload_sdist: false
7070

7171
steps:
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373
- uses: actions/setup-go@v6
7474
with:
7575
go-version: "1.23"

.github/workflows/refreeze-dockerfile-requirements-txt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- image: dask-gateway-server
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333

3434
- name: Refreeze Dockerfile.requirements.txt based on Dockerfile.requirements.in
3535
run: |

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
go-version: "1.23"
6868

6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
- uses: actions/setup-python@v6
7272
with:
7373
python-version: "${{ matrix.python-version }}"
@@ -155,7 +155,7 @@ jobs:
155155
- k3s-channel: stable
156156

157157
steps:
158-
- uses: actions/checkout@v5
158+
- uses: actions/checkout@v6
159159
with:
160160
# chartpress requires git history to set chart version and image tags
161161
# correctly
@@ -316,7 +316,7 @@ jobs:
316316
- slurm
317317

318318
steps:
319-
- uses: actions/checkout@v5
319+
- uses: actions/checkout@v6
320320

321321
- name: Login to ghcr.io read access to CI image
322322
run: echo "${{ secrets.github_token }}" | docker login ghcr.io -u $ --password-stdin

0 commit comments

Comments
 (0)