diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index cbf62f7..cbd2871 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@v5 - uses: dtolnay/rust-toolchain@1.90 - - uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2 + - uses: taiki-e/install-action@0ed4032d5406d133639ce4e858011eb498223338 # v2 with: tool: cargo-shear version: 1.5.1 @@ -191,7 +191,7 @@ jobs: find . -name Cargo.toml -mindepth 2 -maxdepth 2 -print0 \ | xargs -0 -n1 -I{} bash -c 'cd "$(dirname "{}")" && cargo check --profile ${{ matrix.profile }}' - - uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2 + - uses: taiki-e/install-action@0ed4032d5406d133639ce4e858011eb498223338 # v2 with: tool: nextest version: 0.9.103