Skip to content

Commit

Permalink
Change: Update setup-python from v4 to v5
Browse files Browse the repository at this point in the history
Fix deprecation warning `Node.js 16 actions are deprecated`
  • Loading branch information
bjoernricks committed Jan 25, 2024
1 parent b0efc15 commit 5d0e8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
steps:
- name: Setup Python
if: inputs.python-version
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: python
with:
python-version: ${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pypi-upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
with:
ref: ${{ inputs.ref }}
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
- name: Install pip and poetry
Expand Down

0 comments on commit 5d0e8fc

Please sign in to comment.