Skip to content

Commit

Permalink
chore: use latest python for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarasani-crest authored Oct 29, 2024
1 parent 875a6c2 commit 4d13b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.12"
- uses: pre-commit/action@v3.0.1

test-unit:
Expand Down

0 comments on commit 4d13b62

Please sign in to comment.