Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.5 to 2.3.0 (#299)
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.3.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.1.5...v2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicola Coretti <[email protected]>
  • Loading branch information
dependabot[bot] and Nicoretti authored Mar 14, 2023
1 parent 10d4bde commit e288d5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install poetry
uses: abatilo/actions-poetry@v2.1.5
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.2.2

Expand Down

0 comments on commit e288d5c

Please sign in to comment.