diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index f6251e985..c8a094904 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -85,7 +85,7 @@ jobs: with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61 + uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b with: tool: cargo-llvm-cov - name: Rust cache @@ -118,7 +118,7 @@ jobs: with: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61 + uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b with: tool: cargo-udeps - name: cargo udeps @@ -219,7 +219,7 @@ jobs: if: ${{matrix.runs_on == 'ubuntu-latest'}} - name: Install bindgen-cli - uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61 + uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b with: tool: bindgen-cli if: ${{matrix.runs_on == 'ubuntu-latest'}} diff --git a/.github/workflows/packaging-v5.yaml b/.github/workflows/packaging-v5.yaml index 0d4634a18..141be6db8 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@86c23eed46c17b80677df6d8151545ce3e236c61 + uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b with: tool: cross, cargo-deb, cargo-generate-rpm@0.14.0 diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index e6fc3b210..5d133e737 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@86c23eed46c17b80677df6d8151545ce3e236c61 + uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b with: tool: cross, cargo-deb, cargo-generate-rpm@0.14.0