Skip to content

Commit eb504bf

Browse files
authored
Merge branch 'main' into 10-14-chore_hide_avx512_behind_feature_flag
2 parents d540b78 + 1d36b0c commit eb504bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
rustup toolchain install nightly
3434
cargo +nightly run -p cpu-features --features nightly
35-
- uses: actions/setup-node@v5
35+
- uses: actions/setup-node@v6
3636
with:
3737
node-version: 22
3838
cache: "yarn"
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
components: miri,rust-src
6363
toolchain: nightly
64-
- uses: actions/setup-node@v5
64+
- uses: actions/setup-node@v6
6565
with:
6666
node-version: 22
6767
cache: "yarn"
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v5
9595

9696
- name: Setup node
97-
uses: actions/setup-node@v5
97+
uses: actions/setup-node@v6
9898
with:
9999
node-version: 22
100100
cache: "yarn"
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/checkout@v5
132132

133133
- name: Setup node
134-
uses: actions/setup-node@v5
134+
uses: actions/setup-node@v6
135135
with:
136136
node-version: 22
137137
cache: "yarn"
@@ -201,7 +201,7 @@ jobs:
201201
uses: dtolnay/rust-toolchain@stable
202202
with:
203203
targets: ${{ matrix.settings.target }}
204-
- uses: actions/setup-node@v5
204+
- uses: actions/setup-node@v6
205205
with:
206206
node-version: 22
207207
cache: "yarn"

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
targets: x86_64-unknown-linux-gnu
3030

31-
- uses: actions/setup-node@v5
31+
- uses: actions/setup-node@v6
3232
with:
3333
node-version: 22
3434
cache: 'yarn'

0 commit comments

Comments
 (0)