File tree Expand file tree Collapse file tree
tools/create-vuepress/src/flow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Install pnpm
2020 uses : pnpm/action-setup@v4
2121
2222 - name : Use Node.js 22
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : 24
2626 cache : pnpm
@@ -46,13 +46,13 @@ jobs:
4646 runs-on : ubuntu-latest
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050
5151 - name : Install pnpm
5252 uses : pnpm/action-setup@v4
5353
5454 - name : Use Node.js 22
55- uses : actions/setup-node@v4
55+ uses : actions/setup-node@v6
5656 with :
5757 node-version : 24
5858 cache : pnpm
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Install pnpm
2020 uses : pnpm/action-setup@v4
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : 24
2626 cache : pnpm
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Install pnpm
1919 uses : pnpm/action-setup@v4
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v6
2323 with :
2424 node-version : 24
2525 cache : pnpm
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Install pnpm
2626 uses : pnpm/action-setup@v4
2727
2828 - name : Use Node.js 22
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@v6
3030 with :
3131 node-version : 24
3232 cache : pnpm
@@ -67,13 +67,13 @@ jobs:
6767 runs-on : ${{ matrix.os }}
6868
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v6
7171
7272 - name : Install pnpm
7373 uses : pnpm/action-setup@v4
7474
7575 - name : Setup Node.js
76- uses : actions/setup-node@v4
76+ uses : actions/setup-node@v6
7777 with :
7878 node-version : 24
7979 cache : pnpm
@@ -114,13 +114,13 @@ jobs:
114114 runs-on : ubuntu-latest
115115
116116 steps :
117- - uses : actions/checkout@v4
117+ - uses : actions/checkout@v6
118118
119119 - name : Install pnpm
120120 uses : pnpm/action-setup@v4
121121
122122 - name : Use Node.js ${{ matrix.node }}
123- uses : actions/setup-node@v4
123+ uses : actions/setup-node@v6
124124 with :
125125 node-version : ${{ matrix.node }}
126126 cache : pnpm
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Install pnpm
2323 uses : pnpm/action-setup@v4
2424
2525 - name : Setup Node.js
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : 24
2929 cache : pnpm
@@ -53,15 +53,15 @@ jobs:
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v6
5757 with :
5858 fetch-depth : 0
5959
6060 - name : Install pnpm
6161 uses : pnpm/action-setup@v4
6262
6363 - name : Setup Node.js
64- uses : actions/setup-node@v4
64+ uses : actions/setup-node@v6
6565 with :
6666 node-version : 24
6767 cache : pnpm
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268268 name : re-scrape documentation for Meilisearch
269269 steps :
270270 - name : Checkout
271- uses : actions/checkout@v4
271+ uses : actions/checkout@v6
272272 with :
273273 # This is required for the helper to compare the current and previous commits
274274 fetch-depth : 2
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268268 name : 重新抓取 MeiliSearch 文档
269269 steps :
270270 - name : 检出
271- uses : actions/checkout@v4
271+ uses : actions/checkout@v6
272272 with :
273273 # 这是比较当前和上一个提交所必需的
274274 fetch-depth : 2
Original file line number Diff line number Diff line change 3737 runs-on: ubuntu-latest
3838 steps:
3939 - name: Checkout
40- uses: actions/checkout@v5
40+ uses: actions/checkout@v6
4141 with:
4242 fetch-depth: 0
4343 # ${
5757}
5858
5959 - name: ${ lang === 'zh' ? '设置 Node.js' : 'Setup Node.js' }
60- uses: actions/setup-node@v4
60+ uses: actions/setup-node@v6
6161 with:
6262 node-version: 24
6363 cache: ${ packageManager }
You can’t perform that action at this time.
0 commit comments