Skip to content

Commit

Permalink
ci: update actions/setup-python to v4 (vs v1)
Browse files Browse the repository at this point in the history
Fixes PYPI ci job warning:
The following actions uses node12 which is deprecated and will be forced to run on node16

Signed-off-by: Badrikesh Prusty <[email protected]>
  • Loading branch information
baprusty authored and chombourger committed Oct 23, 2023
1 parent 243b620 commit b7af795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install pypa/build
Expand Down

0 comments on commit b7af795

Please sign in to comment.