Skip to content

Commit f43c1a1

Browse files
committed
ci: update wit-deps to 0.5.0
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 03bb004 commit f43c1a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: ensure `./wit/deps` are in sync
1515
run: |
16-
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.5/wit-deps-x86_64-unknown-linux-musl
16+
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.5.0/wit-deps-x86_64-unknown-linux-musl
1717
chmod +x wit-deps
1818
./wit-deps lock
19+
./wit-deps -m wit-0.3.0-draft/deps.toml -l wit-0.3.0-draft/deps.lock -d wit-0.3.0-draft/deps lock
1920
git add -N wit/deps
21+
git add -N wit-0.3.0-draft/deps
2022
git diff --exit-code
2123
- uses: WebAssembly/wit-abi-up-to-date@v22
2224
with:

0 commit comments

Comments
 (0)