Skip to content

Commit

Permalink
ci: Bump setup-python from v4 to v5 (#29)
Browse files Browse the repository at this point in the history
https://github.com/actions/setup-python/releases/tag/v5.0.0
setup-python@v4 is using the deprecated node16 version.
Upgrade to setup-python@v5 version using node20 version.
  • Loading branch information
Yaminyam authored Feb 6, 2024
1 parent 21ca92a commit d64f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-pants/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ runs:
- name: Setup interpreter for testing in-repo Pants plugins
if: inputs.setup-python-for-plugins == 'true'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down

0 comments on commit d64f381

Please sign in to comment.