Skip to content

Commit c65c5e4

Browse files
committed
Update hooks and GHA pipeline.
1 parent bbe69ce commit c65c5e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- '3.13'
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: prefix-dev/setup-pixi@v0.8.3
29+
- uses: prefix-dev/setup-pixi@v0.8.10
3030
with:
31-
pixi-version: v0.42.1
31+
pixi-version: v0.49.0
3232
cache: true
3333
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
3434
environments: test-cpu

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ repos:
3737
- id: check-ast
3838
- id: check-docstring-first
3939
- repo: https://github.com/adrienverge/yamllint.git
40-
rev: v1.36.1
40+
rev: v1.37.1
4141
hooks:
4242
- id: yamllint
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.11.0
44+
rev: v0.12.3
4545
hooks:
4646
# Run the linter.
4747
- id: ruff

0 commit comments

Comments
 (0)