Skip to content

Commit

Permalink
build(deps): bump abatilo/actions-poetry from 2.3.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.3.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.3.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and newAM committed Dec 29, 2023
1 parent 57a650b commit 0248d44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.12"
- name: Install Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
- name: Poetry Install
run: poetry install
- name: Run flake8
Expand All @@ -34,7 +34,7 @@ jobs:
with:
python-version: "3.12"
- name: Install Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
- name: Poetry Install
run: poetry install
- name: Run sphinx
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
- name: Poetry Install
run: poetry install
- name: Run pytest
Expand All @@ -93,7 +93,7 @@ jobs:
with:
python-version: "3.12"
- name: Install Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
- name: Poetry Install
run: poetry install
- name: Finished
Expand All @@ -115,7 +115,7 @@ jobs:
with:
python-version: "3.12"
- name: Install Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
- name: Poetry Install
run: poetry install
- name: Poetry publish
Expand Down

0 comments on commit 0248d44

Please sign in to comment.