Skip to content

[gha] Bump actions/setup-python from 4 to 5 #13

[gha] Bump actions/setup-python from 4 to 5

[gha] Bump actions/setup-python from 4 to 5 #13

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/action@v3.0.0