Skip to content

Commit 302d376

Browse files
authored
Merge pull request #96 from jupyterhub/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 8999cae + c145ed3 commit 302d376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v5
4040

4141
- name: Install Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: "3.10"
4545

.github/workflows/test.yaml

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

4747
steps:
4848
- uses: actions/checkout@v5
49-
# NOTE: actions/setup-python@v5 make use of a cache within the GitHub base
49+
# NOTE: actions/setup-python@v6 make use of a cache within the GitHub base
5050
# environment and setup in a fraction of a second.
5151

5252
- name: Install Node v14
@@ -61,7 +61,7 @@ jobs:
6161
npm list
6262
6363
- name: Install Python ${{ matrix.python}}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ matrix.python }}
6767

0 commit comments

Comments
 (0)