Skip to content

Commit

Permalink
build(deps): bump abatilo/actions-poetry from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c54af1f commit b94e5e7
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 @@ -28,7 +28,7 @@ jobs:
with:
python-version: "${{ steps.versions.outputs.python }}"
architecture: x64
- uses: abatilo/actions-poetry@v3.0.0
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- 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 @@ -22,7 +22,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
architecture: x64
- uses: abatilo/actions-poetry@v3.0.0
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- run: poetry install --extras ${{ matrix.extras }}
Expand All @@ -42,7 +42,7 @@ jobs:
with:
python-version: "${{ steps.versions.outputs.python }}"
architecture: x64
- uses: abatilo/actions-poetry@v3.0.0
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- run: poetry install --extras all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: "${{ steps.versions.outputs.python }}"
architecture: x64
- uses: abatilo/actions-poetry@v3.0.0
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- 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 @@ -15,7 +15,7 @@ jobs:
with:
python-version: "${{ steps.versions.outputs.python }}"
architecture: x64
- uses: abatilo/actions-poetry@v3.0.0
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: "${{ steps.versions.outputs.poetry }}"
- run: poetry install --extras all
Expand Down

0 comments on commit b94e5e7

Please sign in to comment.