Skip to content

Commit

Permalink
Merge pull request #12 from MechanicalFlower/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/abatilo/actions-poetry-3

chore(deps): bump abatilo/actions-poetry from 2 to 3
  • Loading branch information
florianvazelle authored Feb 6, 2024
2 parents 48509a0 + 57acb41 commit 8a53fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.10'
- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
- name: Run nox ${{ matrix.check }}
run: |
poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: '3.10'
- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
- name: Run nox publish
run: |
poetry install
Expand Down

0 comments on commit 8a53fef

Please sign in to comment.