Skip to content

Commit

Permalink
Merge pull request #66 from okp4/dependabot/github_actions/abatilo/ac…
Browse files Browse the repository at this point in the history
…tions-poetry-2.4.0
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
2 parents af0f399 + 1249443 commit c54c44a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: 3.9

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: 3.9

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
python-version: 3.9

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

Expand Down

0 comments on commit c54c44a

Please sign in to comment.