From 1e2576ade71315e878d71991a5e045992afe2677 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Wed, 9 Oct 2024 01:28:13 +0200 Subject: [PATCH] ci: Update pre-commit, pre-commit-hooks, ruff, and wasmtime --- .github/workflows/ci.yaml | 12 +++++------- .pre-commit-config.yaml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 288338a7..b30f23ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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 @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f48c1f5e..aa036c91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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