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 3085b27 commit afafe98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- uses: apache/[email protected]

pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: "3.12"
- uses: pre-commit/[email protected]

semgrep:
Expand Down

0 comments on commit afafe98

Please sign in to comment.