From f2fe879125ed8c6df203869f07121b7897bc0268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:44:14 +0000 Subject: [PATCH] Build(deps): bump taiki-e/install-action in the all group Bumps the all group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.75.25 to 2.77.1 - [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/1329c298aa20c3257846c9b2e0e55967df3e3c37...cca35edeb1d01366c2843b68fc3ca441446d73d3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/reproducibility.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3530b08..c1cb750 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: key: rust-outputs-${{ runner.os }}-aarch64-linux-android-ndk${{ env.NDK_VERSION }}-rust${{ env.RUST_VERSION }}-ndkcargo${{ env.CARGO_NDK_VERSION }}-keep${{ hashFiles('keep.version') }}-lock${{ hashFiles('keep/Cargo.lock') }}-toolchain${{ hashFiles('keep/rust-toolchain.toml') }}-scripts${{ hashFiles('build-rust.sh', 'scripts/**/*.sh') }} - name: Install cargo-ndk - uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2 + uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 with: tool: cargo-ndk@${{ env.CARGO_NDK_VERSION }} @@ -150,7 +150,7 @@ jobs: key: rust-outputs-${{ runner.os }}-x86_64-linux-android-ndk${{ env.NDK_VERSION }}-rust${{ env.RUST_VERSION }}-ndkcargo${{ env.CARGO_NDK_VERSION }}-keep${{ hashFiles('keep.version') }}-lock${{ hashFiles('keep/Cargo.lock') }}-toolchain${{ hashFiles('keep/rust-toolchain.toml') }}-scripts${{ hashFiles('build-rust.sh', 'scripts/**/*.sh') }} - name: Install cargo-ndk - uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2 + uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 with: tool: cargo-ndk@${{ env.CARGO_NDK_VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6f21e5..4168cb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: - name: Install cargo-ndk if: steps.cache-rust-outputs.outputs.cache-hit != 'true' - uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2 + uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 with: tool: cargo-ndk@${{ env.CARGO_NDK_VERSION }} diff --git a/.github/workflows/reproducibility.yml b/.github/workflows/reproducibility.yml index 234e3c4..87cc2b4 100644 --- a/.github/workflows/reproducibility.yml +++ b/.github/workflows/reproducibility.yml @@ -66,7 +66,7 @@ jobs: targets: aarch64-linux-android,x86_64-linux-android - name: Install cargo-ndk - uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2 + uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 with: tool: cargo-ndk@${{ env.CARGO_NDK_VERSION }}