Skip to content

Commit

Permalink
fix: update actions/setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Feb 9, 2024
1 parent 31c394d commit 8edf93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v4.1.1
uses: actions/setup-python@v5.0.0
with:
python-version: '3.10'
- name: Install dependencies
Expand Down

0 comments on commit 8edf93f

Please sign in to comment.