File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
os : [ubuntu-latest]
11
11
python-version : ["3.12"]
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- name : Setup, Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
architecture : x64
Original file line number Diff line number Diff line change 11
11
- name : Checkout
12
12
uses : actions/checkout@v4
13
13
- name : Select Python 3.12
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : 3.12
17
17
architecture : x64
36
36
- name : Checkout
37
37
uses : actions/checkout@v4
38
38
- name : Setup, Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
architecture : x64
55
55
- name : Checkout
56
56
uses : actions/checkout@v4
57
57
- name : Select Python 3.12
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : 3.12
61
61
architecture : x64
You can’t perform that action at this time.
0 commit comments