Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.4 to 2.3.0 (#52)
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.4 to 2.3.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.1.4...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 804fb29 commit b93ee59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: "3.10"
architecture: x64
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: "1.1.13"
- run: poetry build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
architecture: x64
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: "1.1.13"
- run: poetry install --extras ${{ matrix.extras }}
Expand All @@ -40,7 +40,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
architecture: x64
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: "1.1.13"
- run: poetry install --extras ${{ matrix.extras }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: "3.10"
architecture: x64
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: "1.1.13"
- run: poetry install --extras all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: "3.9"
architecture: x64
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: "1.1.13"
- run: poetry install --extras all
Expand Down

0 comments on commit b93ee59

Please sign in to comment.