From 8ce98204f51af0861fdceb49b20d7ca6266f19bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 11:00:14 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.44.67 to 2.44.71 (#148) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.67 to 2.44.71. - [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/c6dc131d2c4291552cafb840290190a53b2cd937...5d427d86f088a6cedcddb92b3ad038d30721b52f) --- 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 ee0c98d..5064b31 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@c6dc131d2c4291552cafb840290190a53b2cd937 + uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f with: tool: wasm-pack checksum: true