Skip to content

Commit

Permalink
Merge pull request #61 from danielfromearth/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/develop/abatilo/actions-poetry-2.4.0

Bump abatilo/actions-poetry from 2.3.0 to 2.4.0
  • Loading branch information
danielfromearth authored Jan 2, 2024
2 parents 54b4e3e + e577c8f commit 49ad083
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-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: '3.10'

- name: Install Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.3.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.3.2

Expand Down

0 comments on commit 49ad083

Please sign in to comment.