Skip to content

Commit

Permalink
Drive-by: fix ref. to old setup-python version
Browse files Browse the repository at this point in the history
Fixes #13. Missed in #11.
  • Loading branch information
David Robertson committed Jan 16, 2023
1 parent 5600532 commit baa7f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup Python and Poetry
description: Setup Python and Poetry. Cribbed from snok/install-poetry.
inputs:
python-version:
description: Python version to pass to actions/setup-python@v2.
description: Python version to pass to actions/setup-python@v4.
required: false
default: "3.x"
poetry-version:
Expand Down

0 comments on commit baa7f4b

Please sign in to comment.