Skip to content

Commit

Permalink
Upgrade python setup in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lvarin committed Dec 22, 2023
1 parent 08efbbc commit cd3bcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install requirements
Expand Down

0 comments on commit cd3bcfc

Please sign in to comment.