Skip to content

Commit

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

Bump abatilo/actions-poetry from 3.0.0 to 3.0.1
  • Loading branch information
alexlib authored Nov 4, 2024
2 parents a8e4c8b + 1d2ee5c commit a960e18
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/[email protected].0
uses: abatilo/[email protected].1
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/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install the project dependencies
Expand Down

0 comments on commit a960e18

Please sign in to comment.