Skip to content

Commit

Permalink
Update python-environment action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Apr 14, 2024
1 parent 07d517a commit 292fca8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/python-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ runs:
steps:

- name: Setup Python (${{ inputs.python-version}})
uses: actions/setup-python@v4
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ inputs.python-version }}

- name: Setup Poetry (${{ inputs.poetry-version }})
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ inputs.poetry-version }}

Expand Down
3 changes: 3 additions & 0 deletions docs/docs/changelog/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Unreleased

## 🔩 Internal
* Update `python-environment` action

0 comments on commit 292fca8

Please sign in to comment.