File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
- name : Check out repo
25
25
uses : actions/checkout@v4
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.12'
30
30
- name : Run pre-commit hooks
63
63
uses : actions/checkout@v4
64
64
- name : Set up Python ${{ matrix.python-version }}
65
65
if : matrix.upstream-python == null
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
- name : Set up Python ${{ matrix.python-version }} (macOS fallback)
@@ -152,7 +152,7 @@ jobs:
152
152
- name : Check out repo
153
153
uses : actions/checkout@v4
154
154
- name : Set up Python ${{ matrix.python-version }}
155
- uses : actions/setup-python@v4
155
+ uses : actions/setup-python@v5
156
156
with :
157
157
python-version : ${{ matrix.python-version }}
158
158
- name : Install Python tools
@@ -204,7 +204,7 @@ jobs:
204
204
- name : Check out repo
205
205
uses : actions/checkout@v4
206
206
- name : Set up Python
207
- uses : actions/setup-python@v4
207
+ uses : actions/setup-python@v5
208
208
with :
209
209
python-version : ' 3.12'
210
210
- name : Install Python tools
You can’t perform that action at this time.
0 commit comments