Skip to content

Commit 7d2043b

Browse files
authored
Merge pull request #3443 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 91203fa + 4b7cc0e commit 7d2043b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: "Stage 0: Setup Python"
102-
uses: actions/setup-python@v5
102+
uses: actions/setup-python@v6
103103
id: setup-python
104104
with:
105105
python-version-file: ".python-version"
@@ -255,7 +255,7 @@ jobs:
255255
fetch-depth: 0
256256

257257
- name: "Stage 0: Setup Python"
258-
uses: actions/setup-python@v5
258+
uses: actions/setup-python@v6
259259
id: setup-python
260260
with:
261261
python-version-file: ".python-version"

.github/workflows/prune-harbor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.10"
3030

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version-file: ".python-version"
2222

.github/workflows/test-helm-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v5
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version-file: ".python-version"
5252

.github/workflows/test-yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v5
29-
- uses: actions/setup-python@v5
29+
- uses: actions/setup-python@v6
3030
with:
3131
python-version-file: ".python-version"
3232

.github/workflows/update-grafana-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727

28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.11"
3131

.github/workflows/watch-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646

47-
- uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.10"
5050

@@ -173,7 +173,7 @@ jobs:
173173
steps:
174174
- uses: actions/checkout@v5
175175

176-
- uses: actions/setup-python@v5
176+
- uses: actions/setup-python@v6
177177
with:
178178
python-version: "3.10"
179179

0 commit comments

Comments
 (0)