Skip to content

Commit 5c256bc

Browse files
authored
Merge pull request #3739 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 42d6c5d + 171f3e6 commit 5c256bc

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# correctly
4343
fetch-depth: 0
4444

45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: "3.11"
4848

.github/workflows/test-chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-24.04
3232
steps:
3333
- uses: actions/checkout@v5
34-
- uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v6
3535
with:
3636
python-version: "3.11"
3737

@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-24.04
4646
steps:
4747
- uses: actions/checkout@v5
48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
with:
5050
python-version: "3.11"
5151

@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- uses: actions/checkout@v5
81-
- uses: actions/setup-python@v5
81+
- uses: actions/setup-python@v6
8282
with:
8383
python-version: "3.11"
8484

@@ -239,7 +239,7 @@ jobs:
239239
traefik-enabled: false
240240
docker-enabled: true
241241

242-
- uses: actions/setup-python@v5
242+
- uses: actions/setup-python@v6
243243
with:
244244
python-version: "3.11"
245245

@@ -438,7 +438,7 @@ jobs:
438438
traefik-enabled: true
439439
docker-enabled: true
440440

441-
- uses: actions/setup-python@v5
441+
- uses: actions/setup-python@v6
442442
with:
443443
python-version: "3.11"
444444

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

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

40-
- uses: actions/setup-python@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.11"
4343

.github/workflows/test-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# chartpress, used by docs/conf.py, requires git history to set
3333
# chart version and image tags correctly
3434
fetch-depth: 0
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.11"
3838

.github/workflows/vuln-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# correctly
5858
fetch-depth: 0
5959

60-
- uses: actions/setup-python@v5
60+
- uses: actions/setup-python@v6
6161
with:
6262
python-version: "3.11"
6363

.github/workflows/watch-dependencies.yaml

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

136136
steps:
137137
- uses: actions/checkout@v5
138-
- uses: actions/setup-python@v5
138+
- uses: actions/setup-python@v6
139139
with:
140140
python-version: "3.13"
141141

0 commit comments

Comments
 (0)