Skip to content

Commit b7611b3

Browse files
chore(deps): update taiki-e/install-action action to v2.71.2
1 parent 6293a30 commit b7611b3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
toolchain: ${{ matrix.rust_ver }}
6363

6464
- name: Install cargo-nextest
65-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
65+
uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2.71.2
6666
with:
6767
tool: cargo-nextest
6868

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
toolchain: stable
7474

7575
- name: Install cargo-nextest
76-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
76+
uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2.71.2
7777
with:
7878
tool: cargo-nextest
7979

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
components: rustfmt, clippy
8383

8484
- name: Install cargo-binstall
85-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
85+
uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2.71.2
8686
with:
8787
tool: cargo-binstall
8888

0 commit comments

Comments
 (0)