Skip to content

Commit 3bac806

Browse files
committed
fix cargo nextest installation on CI
1 parent 40b32c6 commit 3bac806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: target
147147
run: "rustc -vV | sed -n 's|host: ||p'"
148148
- name: Install cargo-nextest
149-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
149+
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
150150
with:
151151
tool: cargo-nextest
152152
- name: cargo build
@@ -310,7 +310,7 @@ jobs:
310310
- name: target
311311
run: "rustc -vV | sed -n 's|host: ||p'"
312312
- name: Install cargo-nextest
313-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
313+
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
314314
with:
315315
tool: cargo-nextest
316316
- name: Download wasi-sdk
@@ -340,7 +340,7 @@ jobs:
340340
rustup toolchain install nightly --component miri
341341
cargo +nightly miri setup
342342
- name: Install cargo-nextest
343-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
343+
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
344344
with:
345345
tool: cargo-nextest
346346
- name: Test public C api with miri

0 commit comments

Comments
 (0)