diff options
| author | 2024-04-07 22:49:39 +0100 | |
|---|---|---|
| committer | 2024-04-07 22:49:39 +0100 | |
| commit | 2783e705515114f45dea45aea6ed30c154313be7 (patch) | |
| tree | a6770d66f1a2ea17fa37dfbc2222e604771706e6 | |
| parent | Upgrade dependencies (diff) | |
Bump CI Python version
| -rw-r--r-- | .github/workflows/lint.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4c10548..edf4d7c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs:      - name: Install Python Dependencies        uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2        with: -        python_version: '3.11' +        python_version: '3.12'      - name: Run pre-commit hooks        run: SKIP=ruff pre-commit run --all-files | 
