Skip to content

chore(deps): update actions/setup-python action to v5.6.0 #23

chore(deps): update actions/setup-python action to v5.6.0

chore(deps): update actions/setup-python action to v5.6.0 #23

Workflow file for this run

---
name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Run pre-commit (Python ${{ matrix.python-version }})
uses: stackabletech/actions/run-pre-commit@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
with:
python-version: ${{ matrix.python-version }}