diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 5140cb651..bed2d242b 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -87,7 +87,7 @@ jobs: with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd + uses: taiki-e/install-action@ef2fb5af7d19da8885ee368c6bde2ae6d0758e3d with: tool: cargo-llvm-cov - name: Rust cache @@ -120,7 +120,7 @@ jobs: with: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd + uses: taiki-e/install-action@ef2fb5af7d19da8885ee368c6bde2ae6d0758e3d with: tool: cargo-udeps - name: cargo udeps @@ -224,7 +224,7 @@ jobs: version: 0.9.0 if: ${{matrix.use_zig}} - name: Install cargo-zigbuild - uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd + uses: taiki-e/install-action@ef2fb5af7d19da8885ee368c6bde2ae6d0758e3d with: tool: cargo-zigbuild if: ${{matrix.use_zig}} diff --git a/.github/workflows/packaging-v5.yaml b/.github/workflows/packaging-v5.yaml index 5556a53e2..e994464ed 100644 --- a/.github/workflows/packaging-v5.yaml +++ b/.github/workflows/packaging-v5.yaml @@ -33,7 +33,7 @@ jobs: components: "llvm-tools" - name: Install cross, cargo-deb and cargo-generate-rpm - uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd + uses: taiki-e/install-action@ef2fb5af7d19da8885ee368c6bde2ae6d0758e3d with: tool: cross, cargo-deb, cargo-generate-rpm@0.14.0 diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index 77aba9f9e..0d08ff1eb 100644 --- a/.github/workflows/packaging.yaml +++ b/.github/workflows/packaging.yaml @@ -33,7 +33,7 @@ jobs: components: "llvm-tools" - name: Install cross, cargo-deb and cargo-generate-rpm - uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd + uses: taiki-e/install-action@ef2fb5af7d19da8885ee368c6bde2ae6d0758e3d with: tool: cross, cargo-deb, cargo-generate-rpm@0.14.0