Skip to content

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

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

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

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/[email protected]