Skip to content

Commit

Permalink
update actions/setup-python version
Browse files Browse the repository at this point in the history
fixes warning: The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3.
  • Loading branch information
jacob-thompson committed Aug 16, 2024
1 parent c4c4966 commit 79f1c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@main
- name: Install Python 3.12
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install build tool
Expand Down

0 comments on commit 79f1c21

Please sign in to comment.