Skip to content

Commit

Permalink
ci: Upgrade poetry action and poetry version (#488)
Browse files Browse the repository at this point in the history
Upgrade poetry action (Gr1N/setup-poetry from v4 to v8) and poetry version (1.0.10 to 1.3.2)
  • Loading branch information
jamesholland-uk committed Jan 11, 2023
1 parent bf26305 commit 202a7f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.0.10
poetry-version: 1.3.2

- name: Get poetry cache directory
id: poetry-cache
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
python-version: 3.7

- name: Install Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.0.10
poetry-version: 1.3.2

- name: Get poetry cache directory
id: poetry-cache
Expand Down Expand Up @@ -101,9 +101,9 @@ jobs:
python-version: 3.7

- name: Install Poetry
uses: Gr1N/setup-poetry@v4
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.0.10
poetry-version: 1.3.2

- name: Get poetry cache directory
id: poetry-cache
Expand Down

0 comments on commit 202a7f5

Please sign in to comment.