Skip to content

Commit

Permalink
Bump abatilo/actions-poetry in the gha-dependencies group
Browse files Browse the repository at this point in the history
Bumps the gha-dependencies group with 1 update: [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry).


Updates `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
  dependency-group: gha-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent d40d209 commit 7aee157
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Get version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Bump minor version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Set up Poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ env.POETRY_VERSION }}

Expand Down

0 comments on commit 7aee157

Please sign in to comment.