Skip to content

Commit

Permalink
ci: Update pre-commit, pre-commit-hooks, ruff, and wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Oct 8, 2024
1 parent 7944372 commit 1e2576a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
WASMTIME_VERSION: v24.0.0
WASMTIME_NAME: wasmtime-v24.0.0-x86_64-linux
WASMTIME_VERSION: v25.0.1
WASMTIME_NAME: wasmtime-v25.0.1-x86_64-linux
steps:
- uses: actions/checkout@v4
- name: Set up wasmtime
Expand Down Expand Up @@ -247,10 +247,8 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Install pre-commit
run: pipx install pre-commit==3.8.0
- name: Run pre-commit
run: pre-commit run --all-files
- run: pipx install pre-commit==4.0.1
- run: pre-commit run --all-files

clang-format:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -340,7 +338,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: pipx install ruff==0.6.3
- run: pipx install ruff==0.6.9
- run: ruff check --output-format=github
- run: ruff format --diff

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-vcs-permalinks
- id: trailing-whitespace
Expand Down

0 comments on commit 1e2576a

Please sign in to comment.