Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.1.3 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.1.3 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.3...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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent b3d4a91 commit 6484ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2.3.0


- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install wheel pre-commit
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2.3.0

- name: Install poetry dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v2.3.0

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6484ec5

Please sign in to comment.