Skip to content

Commit abe0813

Browse files
build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f2ad28 commit abe0813

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.11"
4141
# ref https://github.com/dask/dask-sphinx-theme/issues/68
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- uses: actions/checkout@v4
65-
- uses: actions/setup-python@v5
65+
- uses: actions/setup-python@v6
6666
with:
6767
python-version: "3.11"
6868
# ref https://github.com/dask/dask-sphinx-theme/issues/68

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# chartpress requires git history to set chart version and image tags
2626
# correctly
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.13"
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
go-version: "1.23"
7676
cache-dependency-path: "**/*.sum"
77-
- uses: actions/setup-python@v5
77+
- uses: actions/setup-python@v6
7878
with:
7979
python-version: "3.13"
8080

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- uses: actions/checkout@v4
71-
- uses: actions/setup-python@v5
71+
- uses: actions/setup-python@v6
7272
with:
7373
python-version: "${{ matrix.python-version }}"
7474
- uses: actions/setup-go@v5
@@ -160,7 +160,7 @@ jobs:
160160
# chartpress requires git history to set chart version and image tags
161161
# correctly
162162
fetch-depth: 0
163-
- uses: actions/setup-python@v5
163+
- uses: actions/setup-python@v6
164164
with:
165165
python-version: "3.13"
166166

0 commit comments

Comments
 (0)