From 292fca835e65d8b87093e12d5c52075d383b019c Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Sun, 14 Apr 2024 11:18:48 +0200 Subject: [PATCH] Update python-environment action --- .github/actions/python-environment/action.yml | 4 ++-- docs/docs/changelog/unreleased.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/actions/python-environment/action.yml b/.github/actions/python-environment/action.yml index 839e631..e2cf37b 100644 --- a/.github/actions/python-environment/action.yml +++ b/.github/actions/python-environment/action.yml @@ -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 }} diff --git a/docs/docs/changelog/unreleased.md b/docs/docs/changelog/unreleased.md index 79e701b..85014bb 100644 --- a/docs/docs/changelog/unreleased.md +++ b/docs/docs/changelog/unreleased.md @@ -1 +1,4 @@ # Unreleased + +## 🔩 Internal +* Update `python-environment` action