From 3b67c5576db4a9062d67badfcd83c2bea6f58126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:29:55 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.44.6 to 2.44.13 (#132) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.6 to 2.44.13. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/18ab6bde9dca8a1b7ffc34d915c2c21a581e253a...9bef7e9c3d7c7aa986ef19933b0722880ae377e0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bb49fe9..ce8d726 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -60,7 +60,7 @@ jobs: run: | cargo clippy --locked --workspace - name: install wasm-pack - uses: taiki-e/install-action@18ab6bde9dca8a1b7ffc34d915c2c21a581e253a + uses: taiki-e/install-action@9bef7e9c3d7c7aa986ef19933b0722880ae377e0 with: tool: wasm-pack checksum: true