Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 (#1333)
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 2.4.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.3.0...v2.4.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 30, 2023
1 parent 21c7f6c commit 5cca21d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install libcrack2-dev
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.3.0
- name: Install python dependancies
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
sudo apt-get install apparmor-utils
sudo aa-complain /usr/sbin/slapd
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.3.0
- name: Install python dependancies
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
sudo apt-get install apparmor-utils
sudo aa-complain /usr/sbin/slapd
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.3.0
- name: Install python dependancies
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
with:
python-version: "3.10"
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0
with:
poetry-version: 1.3.0
- name: Install system dependancies
Expand Down

0 comments on commit 5cca21d

Please sign in to comment.