8000 CI bump version of setup-python to v5 in Github Actions (#28562) · jeremiedbb/scikit-learn@d0a0827 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0a0827

Browse files
authored
CI bump version of setup-python to v5 in Github Actions (scikit-learn#28562)
1 parent 4ab70c5 commit d0a0827

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/check-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.9'
1818
- name: Install dependencies

.github/workflows/labeler-title-regex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.9'
2222
- name: Install PyGithub

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.11
3131

@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v3
7676

7777
- name: Set up Python
78-
uses: actions/setup-python@v3
78+
uses: actions/setup-python@v5
7979
with:
8080
python-version: 3.11
8181

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
steps:
2121
- uses: actions/checkout@v3
22-
- uses: actions/setup-python@v4
22+
- uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.8'
2525
- name: Install dependencies

.github/workflows/update_tracking_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.repository == 'scikit-learn/scikit-learn' && github.event_name == 'schedule'
2828
steps:
2929
- uses: actions/checkout@v3
30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v5
3131
with:
3232
python-version: '3.9'
3333
- name: Update tracking issue on GitHub

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/checkout@v3
123123

124124
- name: Setup Python
125-
uses: actions/setup-python@v4
125+
uses: actions/setup-python@v5
126126
with:
127127
python-version: "3.11" # update once build dependencies are available
128128

@@ -198,7 +198,7 @@ jobs:
198198
uses: actions/checkout@v3
199199

200200
- name: Setup Python
201-
uses: actions/setup-python@v4
201+
uses: actions/setup-python@v5
202202
with:
203203
python-version: "3.9" # update once build dependencies are available
204204

@@ -236,7 +236,7 @@ jobs:
236236
path: dist
237237

238238
- name: Setup Python
239-
uses: actions/setup-python@v4
239+
uses: actions/setup-python@v5
240240

241241
- name: Upload artifacts
242242
env:

0 commit comments

Comments
 (0)
0