Skip to content

Commit

Permalink
Set python-version to '3.12' to fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
burghardt committed Sep 3, 2024
1 parent b0ed51f commit 17c1511
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 17c1511

Please sign in to comment.