Skip to content

Commit afd1ce5

Browse files
authored
Merge pull request #62 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 224055c + 436e4df commit afd1ce5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.12"
2828

.github/workflows/test.yaml

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

5050
steps:
5151
- uses: actions/checkout@v5
52-
- uses: actions/setup-python@v5
52+
- uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

0 commit comments

Comments
 (0)