diff --git a/.github/workflows/act_build.yml b/.github/workflows/act_build.yml index 77237133..f068ebe6 100644 --- a/.github/workflows/act_build.yml +++ b/.github/workflows/act_build.yml @@ -67,7 +67,7 @@ jobs: echo "# Ld" ld -v - name: Install cross - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 + uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 with: tool: cross@latest # Cache doesn't work when cross compiling anyway. diff --git a/.github/workflows/act_build_release.yml b/.github/workflows/act_build_release.yml index 36867f57..23ab9d53 100644 --- a/.github/workflows/act_build_release.yml +++ b/.github/workflows/act_build_release.yml @@ -99,7 +99,7 @@ jobs: persist-credentials: false - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 + - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 with: tool: cross@latest - uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0