Skip to content

Commit df020e0

Browse files
committed
Update tools & wasi-sdk in CI
1 parent e5cbca3 commit df020e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/install-wasi-sdk/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Install the wasi-sdk toolchain'
44
inputs:
55
version:
66
description: "Wasi-sdk version to install"
7-
default: "30"
7+
default: "34"
88

99
runs:
1010
using: composite
@@ -34,8 +34,8 @@ runs:
3434
- name: Setup `wasm-tools`
3535
uses: bytecodealliance/actions/wasm-tools/setup@v1
3636
with:
37-
version: "1.252.0"
37+
version: "1.258.0"
3838
- name: Setup `wasmtime`
3939
uses: bytecodealliance/actions/wasmtime/setup@v1
4040
with:
41-
version: "46.0.1"
41+
version: "48.0.1"

0 commit comments

Comments
 (0)