Skip to content

Commit 0b314a7

Browse files
chore(deps): update github actions
1 parent cae7216 commit 0b314a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
code-changed: ${{ steps.filter.outputs.code }}
3333
steps:
3434
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
35-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
35+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3636
id: filter
3737
with:
3838
filters: |
@@ -147,7 +147,7 @@ jobs:
147147
name: Test (musl)
148148
runs-on: namespace-profile-linux-x64-default
149149
container:
150-
image: node:22-alpine3.21
150+
image: node:25-alpine3.21
151151
options: --shm-size=256m # shm_io tests need bigger shared memory
152152
env:
153153
# Override all rustflags to skip the zig cross-linker from .cargo/config.toml.

0 commit comments

Comments
 (0)