Skip to content

Commit 115f88a

Browse files
committed
Upgrade Gr1n/setup-poetry
1 parent e60e8ca commit 115f88a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-python@v3
1313
with:
1414
python-version: "3.10"
15-
- uses: Gr1n/setup-poetry@v7
15+
- uses: Gr1n/setup-poetry@v8
1616
with:
1717
poetry-version: '1.1.12'
1818
- run: pip install tox
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-python@v3
4848
with:
4949
python-version: ${{ matrix.python }}
50-
- uses: Gr1n/setup-poetry@v7
50+
- uses: Gr1n/setup-poetry@v8
5151
with:
5252
poetry-version: '1.1.12'
5353
- run: pip install tox
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/setup-python@v3
7474
with:
7575
python-version: "3.10"
76-
- uses: Gr1n/setup-poetry@v7
76+
- uses: Gr1n/setup-poetry@v8
7777
with:
7878
poetry-version: '1.1.12'
7979
- uses: actions/cache@v3

0 commit comments

Comments
 (0)