Skip to content

Commit 0d69cf5

Browse files
chore(deps): update taiki-e/install-action digest to d744cfc
1 parent e23bec4 commit 0d69cf5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
with:
5757
toolchain: ${{ matrix.rust }}
5858
components: rust-src
59-
- uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
59+
- uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
6060
with:
6161
tool: cargo-hack
62-
- uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
62+
- uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
6363
with:
6464
tool: nextest
6565
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
8080
with:
8181
persist-credentials: false
82-
- uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
82+
- uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
8383
with:
8484
tool: cargo-hack
8585
- run:
@@ -98,10 +98,10 @@ jobs:
9898
with:
9999
toolchain: nightly
100100
components: clippy,rustfmt
101-
- uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
101+
- uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
102102
with:
103103
tool: cargo-hack
104-
- uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
104+
- uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
105105
with:
106106
tool: cargo-minimal-versions
107107
- run: cargo fmt --all --check
@@ -175,10 +175,10 @@ jobs:
175175
toolchain: stable
176176
components: llvm-tools-preview
177177
- name: Install cargo-llvm-cov
178-
uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
178+
uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
179179
with:
180180
tool: cargo-llvm-cov
181-
- uses: taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
181+
- uses: taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
182182
with:
183183
tool: nextest
184184
- uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)