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 }}