diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 117f5a0..5e389bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Set up Rust run: rustup default nightly - name: Install development tools - uses: taiki-e/install-action@e3962fab5aa357978a906f0cd9b06ba85eba222c + uses: taiki-e/install-action@716fb8f756560d6f767650920c8ff20aad9bd48c with: tool: cargo-deny@0.16.3, cargo-udeps@0.1.53, cargo-hack@0.6.33 - name: Install Rust linters @@ -56,7 +56,7 @@ jobs: - name: Set up Rust run: rustup default ${{ matrix.channel }} - name: Install development tools - uses: taiki-e/install-action@e3962fab5aa357978a906f0cd9b06ba85eba222c + uses: taiki-e/install-action@716fb8f756560d6f767650920c8ff20aad9bd48c with: tool: cargo-hack@0.6.33 - name: Run tests @@ -70,7 +70,7 @@ jobs: - name: Set up Rust run: rustup default nightly - name: Install development tools - uses: taiki-e/install-action@e3962fab5aa357978a906f0cd9b06ba85eba222c + uses: taiki-e/install-action@716fb8f756560d6f767650920c8ff20aad9bd48c with: tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33 - name: Create directories