From 7db538fec4091020958a518896b68177606ee639 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 27 Feb 2024 19:17:25 -0800 Subject: [PATCH] ci: Use new action. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9d384b..395e6e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,5 +49,5 @@ jobs: bins: cargo-nextest cache: false - uses: moonrepo/setup-toolchain@v0 - - uses: moonrepo/build-proto-plugin@v0 + - uses: moonrepo/build-wasm-plugin@v0 - run: cargo nextest run --no-default-features