Skip to content

Commit aec331b

Browse files
authored
Merge pull request #958 from jupyterhub/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 5cb6b69 + f1c7e2d commit aec331b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- uses: actions/checkout@v4
57-
- uses: actions/setup-python@v4
57+
- uses: actions/setup-python@v5
5858
with:
5959
python-version: "3.10"
6060

@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- uses: actions/checkout@v4
120-
- uses: actions/setup-python@v4
120+
- uses: actions/setup-python@v5
121121
with:
122122
python-version: "3.10"
123123

.github/workflows/unit-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@v4
52-
- uses: actions/setup-python@v4
52+
- uses: actions/setup-python@v5
5353
with:
5454
python-version: "${{ matrix.python_version }}"
5555

0 commit comments

Comments
 (0)