Skip to content

Commit c74a62e

Browse files
committed
bump CI installs
1 parent 7fafed0 commit c74a62e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: target
146146
run: "rustc -vV | sed -n 's|host: ||p'"
147147
- name: Install cargo-nextest
148-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
148+
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
149149
with:
150150
tool: cargo-nextest
151151
- name: cargo build
@@ -180,7 +180,7 @@ jobs:
180180
components: clippy, rustfmt
181181
targets: ${{matrix.target}}
182182
- name: Rust cache
183-
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
183+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
184184
with:
185185
shared-key: "stable-${{matrix.target}}"
186186

@@ -448,7 +448,7 @@ jobs:
448448
- name: target
449449
run: "rustc -vV | sed -n 's|host: ||p'"
450450
- name: Install cargo-nextest
451-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
451+
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
452452
with:
453453
tool: cargo-nextest
454454
- name: Download wasi-sdk
@@ -490,7 +490,7 @@ jobs:
490490
sudo apt-get install gcc-mingw-w64-x86-64
491491
x86_64-w64-mingw32-gcc --help
492492
- name: Install cargo-nextest
493-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
493+
uses: taiki-e/install-action@a48a50298f98c47e46a957ae6f82c44cc4878e42 # v2.49.47
494494
with:
495495
tool: cargo-nextest
496496
- name: Test public C api with NULL arguments

0 commit comments

Comments
 (0)