Skip to content

Commit 55e0e72

Browse files
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 48f59b5 commit 55e0e72

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
traefik-enabled: false
3434
docker-enabled: true
3535

36-
- uses: actions/setup-python@v5
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: "3.12"
3939

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
npm install
6262
npm run webpack
6363
64-
- uses: actions/setup-python@v5
64+
- uses: actions/setup-python@v6
6565
id: setup-python
6666
with:
6767
python-version: "3.12"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# chartpress requires the full history
4141
fetch-depth: 0
4242

43-
- uses: actions/setup-python@v5
43+
- uses: actions/setup-python@v6
4444
with:
4545
python-version: "3.12"
4646

@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
# Versioneer requires past tags
119119
fetch-depth: 0
120-
- uses: actions/setup-python@v5
120+
- uses: actions/setup-python@v6
121121
with:
122122
python-version: "3.12"
123123
- name: Install pypa/build

.github/workflows/test-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# correctly
3737
fetch-depth: 0
3838

39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.12"
4242

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
npm install
153153
npm run webpack
154154
155-
- uses: actions/setup-python@v5
155+
- uses: actions/setup-python@v6
156156
id: setup-python
157157
with:
158158
python-version: "3.12"
@@ -408,7 +408,7 @@ jobs:
408408
path: ~/.npm
409409
key: node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package.json') }}-${{ github.job }}
410410

411-
- uses: actions/setup-python@v5
411+
- uses: actions/setup-python@v6
412412
id: setup-python
413413
with:
414414
# Set this to the oldest Python version supported by BinderHub

0 commit comments

Comments
 (0)