Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
build(deps): bump abatilo/actions-poetry from 2.2.0 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent aa24c97 commit e60e02a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.9

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: 3.9

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

Expand All @@ -52,7 +52,7 @@ jobs:
python-version: 3.9

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

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

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

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

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

Expand Down

0 comments on commit e60e02a

Please sign in to comment.