File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
- uses : actions/setup-python@v5
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
- - uses : abatilo/actions-poetry@v3
47
+ - uses : abatilo/actions-poetry@v4
48
48
with :
49
49
poetry-version : ${{ matrix.poetry-version }}
50
50
- name : Setup a local virtual environment
Original file line number Diff line number Diff line change 45
45
if : steps.cache-venv.outputs.cache-hit != 'true'
46
46
with :
47
47
python-version : ${{ matrix.python-version }}
48
- - uses : abatilo/actions-poetry@v3
48
+ - uses : abatilo/actions-poetry@v4
49
49
if : steps.cache-venv.outputs.cache-hit != 'true'
50
50
with :
51
51
poetry-version : ${{ matrix.poetry-version }}
@@ -187,7 +187,7 @@ jobs:
187
187
- uses : actions/setup-python@v5
188
188
with :
189
189
python-version : ${{ matrix.python-version }}
190
- - uses : abatilo/actions-poetry@v3
190
+ - uses : abatilo/actions-poetry@v4
191
191
with :
192
192
poetry-version : ${{ matrix.poetry-version }}
193
193
- name : Setup a local virtual environment
Original file line number Diff line number Diff line change 31
31
- uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
- - uses : abatilo/actions-poetry@v3
34
+ - uses : abatilo/actions-poetry@v4
35
35
with :
36
36
poetry-version : ${{ matrix.poetry-version }}
37
37
- name : Setup a local virtual environment
You can’t perform that action at this time.
0 commit comments