Skip to content

Commit 4d13b62

Browse files
chore: use latest python for pre-commit
1 parent 875a6c2 commit 4d13b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
2929

3030
pre-commit:
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.7"
36+
python-version: "3.12"
3737
- uses: pre-commit/[email protected]
3838

3939
test-unit:

0 commit comments

Comments
 (0)