Skip to content

Commit ae3cc97

Browse files
chore(deps): update github-actions to v2.81.10 (#1497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 990de2b commit ae3cc97

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/edr-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: ./.github/actions/setup-rust
7272

7373
# Install pre-built binaries for cargo hack
74-
- uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8
74+
- uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
7575
with:
7676
tool: cargo-hack@0.6.39
7777

@@ -106,7 +106,7 @@ jobs:
106106
components: llvm-tools-preview
107107

108108
- name: Install cargo-llvm-cov
109-
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8
109+
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
110110
with:
111111
tool: cargo-llvm-cov@0.8.5
112112

@@ -189,7 +189,7 @@ jobs:
189189
components: llvm-tools-preview
190190

191191
- name: Install cargo-llvm-cov
192-
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8
192+
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
193193
with:
194194
tool: cargo-llvm-cov@0.8.5
195195

@@ -336,7 +336,7 @@ jobs:
336336
components: llvm-tools-preview
337337

338338
- name: Install cargo-llvm-cov
339-
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8
339+
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
340340
with:
341341
tool: cargo-llvm-cov@0.8.5
342342

.github/workflows/hardhat-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
components: llvm-tools-preview
4040

4141
- name: Install cargo-llvm-cov
42-
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8
42+
uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10
4343
with:
4444
tool: cargo-llvm-cov@0.8.5
4545

0 commit comments

Comments
 (0)