Commit 0cc79ad 1 parent ebe8e93 commit 0cc79ad Copy full SHA for 0cc79ad
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
steps :
34
34
- name : Checkout repository
35
35
uses : actions/checkout@v4
36
- - uses : actions/setup-python@v4
36
+ - uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
39
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- uses : actions/checkout@v4
27
- - uses : actions/setup-python@v4
27
+ - uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.11'
30
30
- uses : Gr1N/setup-poetry@v8
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- uses : actions/checkout@v4
32
- - uses : actions/setup-python@v4
32
+ - uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
- uses : Gr1N/setup-poetry@v8
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.11'
28
28
- uses : Gr1N/setup-poetry@v8
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- uses : actions/checkout@v4
30
- - uses : actions/setup-python@v4
30
+ - uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- uses : Gr1N/setup-poetry@v8
53
53
54
54
steps :
55
55
- uses : actions/checkout@v4
56
- - uses : actions/setup-python@v4
56
+ - uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
- uses : Gr1N/setup-poetry@v8
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : actions/setup-python@v4
20
+ - uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.11'
23
23
- uses : Gr1N/setup-poetry@v8
You can’t perform that action at this time.
0 commit comments