diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 1bd1b19a..084b5a9a 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -90,7 +90,7 @@ jobs: run: "rustc -vV | sed -n 's|host: ||p'" if: matrix.os != 'windows-2022' - name: Install cargo-llvm-cov & cargo-nextest - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49 + uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 with: tool: cargo-llvm-cov,cargo-nextest - name: Cache apt packages @@ -217,7 +217,7 @@ jobs: rustup toolchain install nightly --component miri cargo +nightly miri setup - name: Install cargo-nextest - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49 + uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13 with: tool: cargo-nextest - name: Run unit tests with miri