Skip to content

Commit

Permalink
Upgrade Gr1n/setup-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Aug 19, 2023
1 parent e60e8ca commit 115f88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: Gr1n/setup-poetry@v7
- uses: Gr1n/setup-poetry@v8
with:
poetry-version: '1.1.12'
- run: pip install tox
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- uses: Gr1n/setup-poetry@v7
- uses: Gr1n/setup-poetry@v8
with:
poetry-version: '1.1.12'
- run: pip install tox
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: Gr1n/setup-poetry@v7
- uses: Gr1n/setup-poetry@v8
with:
poetry-version: '1.1.12'
- uses: actions/cache@v3
Expand Down

0 comments on commit 115f88a

Please sign in to comment.