File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 build-wasm :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with :
2323 sparse-checkout : |
2424 fix-python-soname
6969 name : stable - ${{ matrix.settings.target }} - node@20
7070 runs-on : ${{ matrix.settings.host }}
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v6
7373 - name : Download WASM artifact
7474 uses : actions/download-artifact@v4
7575 with :
@@ -157,7 +157,7 @@ jobs:
157157 needs : build
158158 runs-on : ubuntu-latest
159159 steps :
160- - uses : actions/checkout@v4
160+ - uses : actions/checkout@v6
161161
162162 - name : Download all npm package artifacts
163163 uses : actions/download-artifact@v4
@@ -229,7 +229,7 @@ jobs:
229229 - ' 3.13'
230230 runs-on : ${{ matrix.settings.host }}
231231 steps :
232- - uses : actions/checkout@v4
232+ - uses : actions/checkout@v6
233233 - uses : pnpm/action-setup@v4
234234 with :
235235 version : latest
@@ -284,7 +284,7 @@ jobs:
284284 - ' 3.13'
285285 runs-on : ${{ matrix.settings.host }}
286286 steps :
287- - uses : actions/checkout@v4
287+ - uses : actions/checkout@v6
288288 - uses : pnpm/action-setup@v4
289289 with :
290290 version : latest
Original file line number Diff line number Diff line change 2323 name : Lint
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 - name : setup pnpm
2828 uses : pnpm/action-setup@v4
2929 with :
Original file line number Diff line number Diff line change 4747 runs-on : ubuntu-latest
4848 environment : npm
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151 - uses : pnpm/action-setup@v4
5252 with :
5353 version : latest
You can’t perform that action at this time.
0 commit comments