From 2c322432eb88be47ab824570f3f86fad05edcd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 23:30:37 +0000 Subject: [PATCH] Build(deps): bump taiki-e/install-action from 2.67.28 to 2.68.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.67.28 to 2.68.6. - [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/d4422f254e595ee762a758628fe4f16ce050fa2e...470679bc3a1580072dac4e67535d1aa3a3dcdf51) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01ad00b3..3d3e6075 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: workspaces: keep/keep-mobile - name: Install cargo-ndk - uses: taiki-e/install-action@d4422f254e595ee762a758628fe4f16ce050fa2e # v2 + uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2 with: tool: cargo-ndk @@ -90,7 +90,7 @@ jobs: workspaces: keep/keep-mobile - name: Install cargo-ndk - uses: taiki-e/install-action@d4422f254e595ee762a758628fe4f16ce050fa2e # v2 + uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2 with: tool: cargo-ndk diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0cd954d..c397608d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: targets: aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android,i686-linux-android - name: Install cargo-ndk - uses: taiki-e/install-action@d4422f254e595ee762a758628fe4f16ce050fa2e # v2 + uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2 with: tool: cargo-ndk