File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
- name : Set up Python
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : 3
25
25
cache : pip
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- uses : actions/checkout@v3
34
34
- name : Set up Python ${{ matrix.python }}
35
- uses : actions/setup-python@v4
35
+ uses : actions/setup-python@v5
36
36
if : " !endsWith(matrix.python, '-dev')"
37
37
with :
38
38
python-version : ${{ matrix.python }}
55
55
steps :
56
56
- uses : actions/checkout@v3
57
57
- name : Set up Python ${{ matrix.python }}
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : " 3"
61
61
- name : Install dependencies
78
78
steps :
79
79
- uses : actions/checkout@v3
80
80
- name : Setup python
81
- uses : actions/setup-python@v4
81
+ uses : actions/setup-python@v5
82
82
with :
83
83
python-version : " 3"
84
84
You can’t perform that action at this time.
0 commit comments