Skip to content

Commit

Permalink
Merge pull request #20 from watermarkhu/dependabot/github_actions/aba…
Browse files Browse the repository at this point in the history
…tilo/actions-poetry-3
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
2 parents 361c796 + 3af5f68 commit 2f086ba
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 @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3

- name: Install the project dependencies
run: poetry install --without dev
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3

- name: Install the project dependencies
run: poetry install --without dev
Expand Down

0 comments on commit 2f086ba

Please sign in to comment.