Skip to content

Commit

Permalink
Merge pull request #149 from burghardt/set_python_version
Browse files Browse the repository at this point in the history
Set `python-version` to '3.12' to fix warnings.
  • Loading branch information
burghardt authored Sep 3, 2024
2 parents b0ed51f + 17c1511 commit be1d4a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/checkout@v4
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: pre-commit
uses: pre-commit/[email protected]
sast:
Expand Down

0 comments on commit be1d4a6

Please sign in to comment.