@@ -56,10 +56,10 @@ jobs:
56
56
with :
57
57
toolchain : ${{ matrix.rust }}
58
58
components : rust-src
59
- - uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
59
+ - uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
60
60
with :
61
61
tool : cargo-hack
62
- - uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
62
+ - uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
63
63
with :
64
64
tool : nextest
65
65
- uses : Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8
79
79
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
80
80
with :
81
81
persist-credentials : false
82
- - uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
82
+ - uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
83
83
with :
84
84
tool : cargo-hack
85
85
- run :
@@ -98,10 +98,10 @@ jobs:
98
98
with :
99
99
toolchain : nightly
100
100
components : clippy,rustfmt
101
- - uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
101
+ - uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
102
102
with :
103
103
tool : cargo-hack
104
- - uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
104
+ - uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
105
105
with :
106
106
tool : cargo-minimal-versions
107
107
- run : cargo fmt --all --check
@@ -175,10 +175,10 @@ jobs:
175
175
toolchain : stable
176
176
components : llvm-tools-preview
177
177
- name : Install cargo-llvm-cov
178
- uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
178
+ uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
179
179
with :
180
180
tool : cargo-llvm-cov
181
- - uses : taiki-e/install-action@7d5481ab3ac31c153575df39eaf2815ac4f92de7
181
+ - uses : taiki-e/install-action@d744cfca57b8ce8b6b179dd038216108d41b1502
182
182
with :
183
183
tool : nextest
184
184
- uses : Swatinem/rust-cache@v1
0 commit comments