File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : Checkout
14
14
uses : actions/checkout@v4
15
15
- name : Setup 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 nox
34
34
- name : Checkout
35
35
uses : actions/checkout@v4
36
36
- name : Setup Python
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.python }}
40
40
- name : Install nox
Original file line number Diff line number Diff line change 13
13
- name : Checkout
14
14
uses : actions/checkout@v4
15
15
- name : Setup 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 nox
You can’t perform that action at this time.
0 commit comments