Skip to content

Commit

Permalink
update actions/setup-python@v2 to actions/setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tryiou committed Nov 18, 2023
1 parent 13b7f0c commit dd4e016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
node-version: 18

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'

Expand Down

0 comments on commit dd4e016

Please sign in to comment.