Skip to content

Bump actions/checkout from 4.1.2 to 4.1.4 in the github-actions group #204

Bump actions/checkout from 4.1.2 to 4.1.4 in the github-actions group

Bump actions/checkout from 4.1.2 to 4.1.4 in the github-actions group #204

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
with:
python-version: '3.x'
cache: pip
cache-dependency-path: requirements*/*.txt
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd