Skip to content

chore(deps): update actions/checkout digest to 08eba0b in .github/workflows/pre-commit.yaml #19

chore(deps): update actions/checkout digest to 08eba0b in .github/workflows/pre-commit.yaml

chore(deps): update actions/checkout digest to 08eba0b in .github/workflows/pre-commit.yaml #19

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --all-files