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