Skip to content

Commit bdc603f

Browse files
authored
Merge pull request #285 from jupyterhub/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 9394469 + f7d586b commit bdc603f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

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

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

.github/workflows/test.yaml

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

4040
steps:
4141
- uses: actions/checkout@v5
42-
- uses: actions/setup-python@v5
42+
- uses: actions/setup-python@v6
4343
with:
4444
python-version: "${{ matrix.python-version }}"
4545

0 commit comments

Comments
 (0)