Skip to content

Commit 703a864

Browse files
authored
Merge pull request #1470 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 9fc72e2 + 9f49f74 commit 703a864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v5
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.13"
3838

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v5
7979

80-
- uses: actions/setup-python@v5
80+
- uses: actions/setup-python@v6
8181
with:
8282
python-version: "${{ matrix.python_version }}"
8383

0 commit comments

Comments
 (0)