Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.5 to 2.1.6 (#183)
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](abatilo/actions-poetry@v2.1.5...v2.1.6)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John de Rooij <joro75@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and joro75 committed Oct 10, 2022
1 parent d9e9241 commit 374a0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: 1.1.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: 1.1.11

Expand Down

0 comments on commit 374a0a5

Please sign in to comment.