File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Install Poetry
27
- uses : abatilo/actions-poetry@v2.3 .0
27
+ uses : abatilo/actions-poetry@v3.0 .0
28
28
with :
29
29
poetry-version : 1.6.1
30
30
Original file line number Diff line number Diff line change 34
34
architecture : " x64"
35
35
36
36
- name : Install Poetry ${{ matrix.poetry-version }}
37
- uses : abatilo/actions-poetry@v2.3 .0
37
+ uses : abatilo/actions-poetry@v3.0 .0
38
38
with :
39
39
poetry-version : ${{ matrix.poetry-version }}
40
40
74
74
python-version : ${{ matrix.python-version }}
75
75
architecture : " x64"
76
76
- name : Install Poetry ${{ matrix.poetry-version }}
77
- uses : abatilo/actions-poetry@v2.3 .0
77
+ uses : abatilo/actions-poetry@v3.0 .0
78
78
with :
79
79
poetry-version : ${{ matrix.poetry-version }}
80
80
- name : Install from source
@@ -137,7 +137,7 @@ jobs:
137
137
python-version : ${{ matrix.python-version }}
138
138
architecture : " x64"
139
139
- name : Install Poetry ${{ matrix.poetry-version }}
140
- uses : abatilo/actions-poetry@v2.3 .0
140
+ uses : abatilo/actions-poetry@v3.0 .0
141
141
with :
142
142
poetry-version : ${{ matrix.poetry-version }}
143
143
- name : Install packages via poetry
@@ -168,7 +168,7 @@ jobs:
168
168
python-version : 3.9
169
169
architecture : " x64"
170
170
- name : Install Poetry ${{ matrix.poetry-version }}
171
- uses : abatilo/actions-poetry@v2.3 .0
171
+ uses : abatilo/actions-poetry@v3.0 .0
172
172
with :
173
173
poetry-version : ${{ matrix.poetry-version }}
174
174
- name : Install Poetry Dynamic Versioning Plugin
Original file line number Diff line number Diff line change 21
21
python-version : ' 3.9'
22
22
23
23
- name : Install Poetry
24
- uses : abatilo/actions-poetry@v2.3 .0
24
+ uses : abatilo/actions-poetry@v3.0 .0
25
25
with :
26
26
poetry-version : ' 1.5.1'
27
27
You can’t perform that action at this time.
0 commit comments