Skip to content

Bump actions/checkout from 4.2.2 to 4.3.0 in the github-actions group #335

Bump actions/checkout from 4.2.2 to 4.3.0 in the github-actions group

Bump actions/checkout from 4.2.2 to 4.3.0 in the github-actions group #335

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
permissions:
actions: none