Skip to content

Commit

Permalink
🔨️ (deps): Bump abatilo/actions-poetry from 2.3.0 to 2.4.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Steffo99 committed Jan 1, 2024
1 parent 99214fd commit 218fb24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-python@v3

- name: "🔨 Setup Poetry"
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0

- name: "🔨 Setup Poetry Python environment"
uses: Steffo99/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: '3.8'

- name: "🔨 Setup Poetry"
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.4.0

- name: "🔨 Setup Poetry Python environment"
id: pyenv
Expand Down

0 comments on commit 218fb24

Please sign in to comment.