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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and newAM committed Nov 2, 2024
1 parent ae5fa08 commit 4016efd
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected].0
- uses: abatilo/[email protected].1
- run: poetry install
- run: poetry run flake8
- run: poetry run black --check .
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: abatilo/[email protected].0
- uses: abatilo/[email protected].1
- name: Install bluetooth
run: |
sudo apt update
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected].0
- uses: abatilo/[email protected].1
- name: Install bluetooth
run: |
sudo apt update
Expand All @@ -95,7 +95,7 @@ jobs:
with:
python-version: "3.12"
- name: Install Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
- run: poetry install
- name: Finished
run: poetry run coveralls --finish --service=github
Expand All @@ -113,7 +113,7 @@ jobs:
with:
python-version: "3.12"
- name: Install Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
- run: poetry install
- run: poetry publish --build
env:
Expand Down

0 comments on commit 4016efd

Please sign in to comment.