Skip to content

Commit

Permalink
bump action version due to deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Apr 24, 2024
1 parent 4b3860c commit 861c9d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'Setup'
description: 'Setup Python and Poetry'
name: "Setup"
description: "Setup Python and Poetry"
inputs:
PYTHON_VERSION:
description: 'Python version'
description: "Python version"
default: 3.9
POETRY_VERSION:
description: 'Poetry version'
description: "Poetry version"
default: 1.5.1

runs:
using: "composite"
steps:
- name: Set up Python ${{inputs.PYTHON_VERSION}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{inputs.PYTHON_VERSION}}
- name: Load cached Poetry installation
Expand Down

0 comments on commit 861c9d0

Please sign in to comment.