Skip to content

Commit c9efb93

Browse files
authored
Merge pull request #1042 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a2e80cc + 596984c commit c9efb93

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
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- uses: actions/checkout@v5
63-
- uses: actions/setup-python@v5
63+
- uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.10"
6666

@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- uses: actions/checkout@v5
126-
- uses: actions/setup-python@v5
126+
- uses: actions/setup-python@v6
127127
with:
128128
python-version: "3.10"
129129
cache: pip

.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@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)