Skip to content

Commit c5b3dd4

Browse files
authored
Merge pull request #2025 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 3cb0b7d + 55e0e72 commit c5b3dd4

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)