Skip to content

🛠️ Bump actions/setup-python from 6.2.0 to 6.3.0 #353

🛠️ Bump actions/setup-python from 6.2.0 to 6.3.0

🛠️ Bump actions/setup-python from 6.2.0 to 6.3.0 #353

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: 3.12
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1