Skip to content

Bump actions/checkout from 4 to 6 #2272

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #2272

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
concurrency:
# SHA is added to the end if on `main` to let all main workflows run
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == 'refs/heads/master' && github.sha || '' }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]