File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ jobs:
16
16
matrix :
17
17
os : [windows-latest, ubuntu-latest]
18
18
python-version : ["3.8", "3.10", "3.12"]
19
+ defaults :
20
+ run :
21
+ shell : bash
19
22
steps :
20
- - uses : actions/checkout@v1
23
+ - uses : actions/checkout@v4
21
24
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v1
25
+ uses : actions/setup-python@v5
23
26
with :
24
27
python-version : ${{ matrix.python-version }}
25
28
- name : Install Poetry
Original file line number Diff line number Diff line change @@ -11,11 +11,10 @@ jobs:
11
11
max-parallel : 4
12
12
matrix :
13
13
python-version : ["3.11"]
14
-
15
14
steps :
16
- - uses : actions/checkout@v1
15
+ - uses : actions/checkout@v4
17
16
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v1
17
+ uses : actions/setup-python@v5
19
18
with :
20
19
python-version : ${{ matrix.python-version }}
21
20
- name : Install Poetry
You can’t perform that action at this time.
0 commit comments