Skip to content

Commit

Permalink
bump setup-poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Nov 28, 2023
1 parent 43236de commit b85fa1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: "3.10"

- name: Install poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8

- name: Load Poetry Cached Libraries
uses: actions/cache@v1
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
uses: Gr1N/setup-poetry@v7
uses: Gr1N/setup-poetry@v8

- name: Load Poetry Cached Libraries
uses: actions/cache@v1
Expand Down

0 comments on commit b85fa1b

Please sign in to comment.