diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19c4e91..49b8f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: # Only run tests on latest stable and above - name: Install cargo-nextest if: ${{ matrix.rust != '1.88' }} # MSRV - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # master + uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # master with: tool: nextest - name: build @@ -80,7 +80,7 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: toolchain: stable - - uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # master + - uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # master with: tool: cargo-hack - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2