File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python }}
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ matrix.python }}
19
19
- name : Install dependencies
36
36
steps :
37
37
- uses : actions/checkout@v4
38
38
- name : Set up Python 3.7
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@v5
40
40
with :
41
41
python-version : 3.7
42
42
- name : Install dependencies
Original file line number Diff line number Diff line change 34
34
ref : ${{ github.event.client_payload.ref || github.ref }}
35
35
36
36
- name : Set up Python
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : 3.7
40
40
Original file line number Diff line number Diff line change 45
45
ref : ${{ github.event.client_payload.ref || github.ref }}
46
46
47
47
- name : Set up Python
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : 3.7
51
51
You can’t perform that action at this time.
0 commit comments