Skip to content

build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 in the go_modules group across 1 directory #54

build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 in the go_modules group across 1 directory

build(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 in the go_modules group across 1 directory #54

Workflow file for this run

# See LICENSE file for copyright and license information
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1