From 2efd905c428540104c3616145fcfb1ffb0176f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:26:54 +0000 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `taiki-e/install-action` from 2.62.38 to 2.67.2 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](https://github.com/taiki-e/install-action/compare/v2.62.38...v2.67.2) Updates `crate-ci/typos` from 1.38.1 to 1.42.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.38.1...v1.42.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: crate-ci/typos dependency-version: 1.42.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-store-wasm.yml | 2 +- .github/workflows/build-apps.yml | 2 +- .github/workflows/build-wasm.yml | 2 +- .github/workflows/cargo-test.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- .github/workflows/unit-tests.yml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-store-wasm.yml b/.github/workflows/build-and-store-wasm.yml index 36e83473fe..d412cdb964 100644 --- a/.github/workflows/build-and-store-wasm.yml +++ b/.github/workflows/build-and-store-wasm.yml @@ -24,7 +24,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: cache: false # Configured below. - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 with: tool: wasm-pack - name: Rust Cache diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index fafacd0731..8f67f0f8a0 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -76,7 +76,7 @@ jobs: with: cache: false # Configured below. - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }} with: tool: wasm-pack diff --git a/.github/workflows/build-wasm.yml b/.github/workflows/build-wasm.yml index f2bada2423..e849dccfa9 100644 --- a/.github/workflows/build-wasm.yml +++ b/.github/workflows/build-wasm.yml @@ -30,7 +30,7 @@ jobs: with: cache: false # configured below - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 with: tool: wasm-pack diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index d1d5c78479..836ebcb66d 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -265,7 +265,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: cache: false # Configured below. - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 with: tool: wasm-pack - name: Rust Cache diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 2a962ef945..4497d5b052 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -80,7 +80,7 @@ jobs: with: cache: false # Configured below. - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }} with: tool: wasm-pack diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index a78e486e28..03650c0ff9 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -156,4 +156,4 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Run codespell - uses: crate-ci/typos@v1.38.1 + uses: crate-ci/typos@v1.42.1 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index caafbce295..fe7fd9d48a 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -34,7 +34,7 @@ jobs: cache: 'npm' - run: npm install - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 with: tool: wasm-pack @@ -78,7 +78,7 @@ jobs: cache: 'npm' - run: npm install - - uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b + - uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5 with: tool: wasm-pack