Skip to content

Bump gitpython from 3.1.44 to 3.1.45 #1314

Bump gitpython from 3.1.44 to 3.1.45

Bump gitpython from 3.1.44 to 3.1.45 #1314

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1