6060 # Only run tests on latest stable and above
6161 - name : Install cargo-nextest
6262 if : ${{ matrix.rust != '1.88' }} # MSRV
63- uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
63+ uses : taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
6464 with :
6565 tool : nextest
6666 - name : build
@@ -102,7 +102,7 @@ jobs:
102102 with :
103103 toolchain : stable
104104 target : wasm32-unknown-unknown
105- - uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
105+ - uses : taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
106106 with :
107107 tool : cargo-hack
108108 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -138,7 +138,7 @@ jobs:
138138 with :
139139 toolchain : stable
140140 target : wasm32-wasip1
141- - uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
141+ - uses : taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
142142 with :
143143 tool : cargo-hack
144144 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -168,7 +168,7 @@ jobs:
168168 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
169169 with :
170170 toolchain : stable
171- - uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
171+ - uses : taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
172172 with :
173173 tool : cargo-hack
174174 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -191,7 +191,7 @@ jobs:
191191 with :
192192 toolchain : stable
193193 targets : riscv32imac-unknown-none-elf
194- - uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
194+ - uses : taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
195195 with :
196196 tool : cargo-hack
197197 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
0 commit comments