File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 name : compile_plugin
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v7
2626
2727 - name : Build default plugin
2828 run : make build-default-plugin
@@ -110,7 +110,7 @@ jobs:
110110 target : aarch64-pc-windows-msvc
111111
112112 steps :
113- - uses : actions/checkout@v6
113+ - uses : actions/checkout@v7
114114
115115 # Should no-op except for macos-arm and linux-arm cases where that target won't be installed
116116 - name : Install target
Original file line number Diff line number Diff line change 1414 name : Build fuzz targets
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 - name : Read pinned nightly version
1919 id : nightly_version
2020 shell : bash
Original file line number Diff line number Diff line change 1111 name : javy_npm_test
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515
1616 - name : Read wasmtime version
1717 id : wasmtime_version
Original file line number Diff line number Diff line change 1515 name : WASI targets
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 submodules : true
2121
5050 needs : wasi_ci
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v6
53+ - uses : actions/checkout@v7
5454 with :
5555 submodules : true
5656
Original file line number Diff line number Diff line change 1010 name : Publish javy NPM package
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414
1515 - uses : pnpm/action-setup@v6
1616 with :
You can’t perform that action at this time.
0 commit comments