Skip to content

Commit 809f511

Browse files
authored
Merge pull request #1328 from jupyterhub/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents c6f97e5 + 6dc8dee commit 809f511

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-22.04
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: actions/setup-python@v4
35+
- uses: actions/setup-python@v5
3636
with:
3737
python-version: "3.9"
3838

.github/workflows/test.yml

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

7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: actions/setup-python@v4
73+
- uses: actions/setup-python@v5
7474
with:
7575
python-version: "${{ matrix.python_version }}"
7676

0 commit comments

Comments
 (0)