Skip to content

Commit

Permalink
chore(deps): bump abatilo/actions-poetry from 2.3.0 to 3.0.0 (#290)
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 3.0.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.3.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent 0b2d1a0 commit cfac626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.pull_request.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"

- uses: "abatilo/actions-poetry@v2.3.0"
- uses: "abatilo/actions-poetry@v3.0.0"

- name: "Install dependencies"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.push.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"

- uses: "abatilo/actions-poetry@v2.3.0"
- uses: "abatilo/actions-poetry@v3.0.0"

- name: "Install dependencies"
run: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
python-version: "${{ matrix.python-version }}"

- name: "Install poetry"
uses: "abatilo/actions-poetry@v2.3.0"
uses: "abatilo/actions-poetry@v3.0.0"
#
# - name: "Configure poetry"
# run: poetry config virtualenvs.in-project true
Expand Down

0 comments on commit cfac626

Please sign in to comment.