Skip to content

Commit 68c015f

Browse files
fix(deps): update all non-major dependencies
1 parent ecca2c8 commit 68c015f

13 files changed

Lines changed: 624 additions & 475 deletions

File tree

.github/actions/build-rsbuild/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
24-
node-version: 22.22.3
24+
node-version: 22.23.0
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rsdoctor/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2020
with:
21-
node-version: 22.22.3
21+
node-version: 22.23.0
2222
- shell: bash
2323
name: Install package manager
2424
run: |

.github/actions/build-rslib/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
24-
node-version: 22.22.3
24+
node-version: 22.23.0
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rspack/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
24-
node-version: 22.22.3
24+
node-version: 22.23.0
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rspress/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
24-
node-version: 22.22.3
24+
node-version: 22.23.0
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rstest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
24-
node-version: 22.22.3
24+
node-version: 22.23.0
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ runs:
127127
client_payload: ${{ inputs.client-payload }}
128128

129129
- name: Checkout
130-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
131131
with:
132132
fetch-depth: 1
133133

.github/workflows/_update-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3131
with:
32-
node-version: 22.22.3
32+
node-version: 22.23.0
3333
package-manager-cache: false
3434
- name: Get CI Result
3535
id: eco-ci-result

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
if: matrix.suite == 'lynx-stack' || matrix.suite == '_selftest'
194194
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
195195
with:
196-
node-version: 22.22.3
196+
node-version: 22.23.0
197197
- name: Setup Rust
198198
if: matrix.suite == 'lynx-stack'
199199
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.3
1+
22.23.1

0 commit comments

Comments
 (0)