Skip to content

Commit

Permalink
Merge pull request #91 from projectsyn/renovate/gr1n-setup-poetry-9.x
Browse files Browse the repository at this point in the history
Update Gr1N/setup-poetry action to v9
  • Loading branch information
simu authored Jun 6, 2024
2 parents 073a838 + 01233d9 commit b5b1613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down

0 comments on commit b5b1613

Please sign in to comment.