Skip to content

Commit

Permalink
Merge pull request #335 from OpenPIV/dependabot/github_actions/abatil…
Browse files Browse the repository at this point in the history
…o/actions-poetry-4.0.0

Bump abatilo/actions-poetry from 3.0.1 to 4.0.0
  • Loading branch information
alexlib authored Jan 31, 2025
2 parents b5c4d86 + e512c3a commit 727246c
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 @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install the project dependencies
Expand Down

0 comments on commit 727246c

Please sign in to comment.