Skip to content

Commit 4c8e429

Browse files
committed
chore: wit-abi-up-to-date v24
Fixes `Error: failed to find release for tag 'wasm-tools-1.215.0'`
1 parent d80aac6 commit 4c8e429

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
./wit-deps lock
1919
git add -N wit/deps
2020
git diff --exit-code
21-
- uses: WebAssembly/wit-abi-up-to-date@v23
21+
- uses: WebAssembly/wit-abi-up-to-date@v24
2222
with:
23-
wit-bindgen: '0.37.0'
24-
all-features: 'true'
23+
all-features: 'true'

0 commit comments

Comments
 (0)