Skip to content

Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group #233

Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group

Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group #233

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.x'
cache: pip
cache-dependency-path: requirements*/*.txt
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd