Skip to content

Commit

Permalink
Merge pull request #105 from schireson/dependabot/github_actions/abat…
Browse files Browse the repository at this point in the history
…ilo/actions-poetry-3.0.0

chore(deps): bump abatilo/actions-poetry from 2.0.0 to 3.0.0
  • Loading branch information
DanCardin authored Mar 25, 2024
2 parents 8ade1b8 + 253d77d commit 37a6fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: "3.9"
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down

0 comments on commit 37a6fb9

Please sign in to comment.