Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
To use setup-python@v5
  • Loading branch information
AnEnglishmanInNorway authored Jul 30, 2024
1 parent 46ba897 commit db6a96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10.14
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.10.14
- name: Install dependencies
Expand Down

0 comments on commit db6a96e

Please sign in to comment.