Skip to content

Commit

Permalink
fix: update actions/setup-python from v3 to v5
Browse files Browse the repository at this point in the history
Raw warning from Github Action:
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3
zjp-CN committed Oct 15, 2024
1 parent a47da3b commit ce7f072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.x'

0 comments on commit ce7f072

Please sign in to comment.