Commit 76d61c8 1 parent 797f3fb commit 76d61c8 Copy full SHA for 76d61c8
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
- - uses : Gr1N/setup-poetry@v7
20
+ - uses : Gr1N/setup-poetry@v8
21
21
- uses : actions/cache@v2
22
22
with :
23
23
path : ~/.cache/pypoetry/virtualenvs
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
- - uses : Gr1N/setup-poetry@v7
20
+ - uses : Gr1N/setup-poetry@v8
21
21
- uses : actions/cache@v2
22
22
with :
23
23
path : ~/.cache/pypoetry/virtualenvs
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-python@v4
17
- - uses : Gr1N/setup-poetry@v7
17
+ - uses : Gr1N/setup-poetry@v8
18
18
- name : Configure access
19
19
run : |
20
20
poetry config repositories.testpypi https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
- - uses : Gr1N/setup-poetry@v7
20
+ - uses : Gr1N/setup-poetry@v8
21
21
- uses : actions/cache@v2
22
22
with :
23
23
path : |
You can’t perform that action at this time.
0 commit comments