From 0b314a71d3f36d8531c4ddd43bf76359bdc561f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:25:06 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b127b1e8..7ae99712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: code-changed: ${{ steps.filter.outputs.code }} steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 id: filter with: filters: | @@ -147,7 +147,7 @@ jobs: name: Test (musl) runs-on: namespace-profile-linux-x64-default container: - image: node:22-alpine3.21 + image: node:25-alpine3.21 options: --shm-size=256m # shm_io tests need bigger shared memory env: # Override all rustflags to skip the zig cross-linker from .cargo/config.toml.