Skip to content

Commit 71f00c8

Browse files
chore(deps): update github-actions
1 parent 48c6dab commit 71f00c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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: |
@@ -136,7 +136,7 @@ jobs:
136136
# (compiled for x86_64) can be injected into node processes running under Rosetta.
137137
# oxc-project/setup-node doesn't support the architecture input, so use
138138
# pnpm/action-setup + actions/setup-node directly.
139-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
139+
- uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
140140
if: ${{ matrix.target == 'x86_64-apple-darwin' }}
141141

142142
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
@@ -161,7 +161,7 @@ jobs:
161161
name: Test (musl)
162162
runs-on: namespace-profile-linux-x64-default
163163
container:
164-
image: node:22-alpine3.21
164+
image: node:25-alpine3.21
165165
options: --shm-size=256m # shm_io tests need bigger shared memory
166166
env:
167167
# Override all rustflags to skip the zig cross-linker from .cargo/config.toml.

0 commit comments

Comments
 (0)