From bd9f17caa0340516a4cf9ac72f24e884edb1a376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:34:19 +0000 Subject: [PATCH] chore(deps): update webassembly/wit-abi-up-to-date action to v21 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43a82b9..fcb009f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: WebAssembly/wit-abi-up-to-date@v19 + - uses: WebAssembly/wit-abi-up-to-date@v21 with: wit-bindgen: '0.16.0'