Skip to content

Bump actions/setup-python from 5.3.0 to 5.4.0 in the github-actions group #2299

Bump actions/setup-python from 5.3.0 to 5.4.0 in the github-actions group

Bump actions/setup-python from 5.3.0 to 5.4.0 in the github-actions group #2299

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# requites to grab the history of the PR
fetch-depth: 0
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}