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 19
19
key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
20
20
restore-keys : |
21
21
${{ runner.os }}-poetry-
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.11'
25
25
- name : Install poetry
39
39
key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
40
40
restore-keys : |
41
41
${{ runner.os }}-poetry-
42
- - uses : actions/setup-python@v4
42
+ - uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ' 3.11'
45
45
- name : Install poetry
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
steps :
11
11
- uses : actions/checkout@master
12
- - uses : actions/setup-python@v4
12
+ - uses : actions/setup-python@v5
13
13
with :
14
14
python-version : ' 3.11'
15
15
- name : Install poetry
You can’t perform that action at this time.
0 commit comments