From 99a2d3ec39056872149e7b481c67149532cd6264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 03:01:27 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.77.6 to 2.79.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.6 to 2.79.2. - [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/c070f87102a1c75b3183910f391c1cb887fe13c8...213ccc1a076163c093f914550b94feb90fab916d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2d85f37..2d074ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: # because cargo-leptos bundles a wasm-bindgen-cli; if the # bundled version trails our Cargo's transitive `wasm-bindgen`, # the build fails with a schema-version mismatch (#1). - uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2 with: tool: cargo-leptos - name: install tailwindcss