Skip to content

Commit 1b44bba

Browse files
Bump taiki-e/install-action from v2.82.7 to v2.82.8 in /.github/workflows (#286)
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
1 parent 4a92e04 commit 1b44bba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
run: cargo clippy -p ultralytics-inference-web --target wasm32-unknown-unknown -- -D warnings
238238

239239
- name: Install wasm-pack
240-
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7
240+
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8
241241
with:
242242
tool: wasm-pack
243243

@@ -279,7 +279,7 @@ jobs:
279279
run: rustup show
280280

281281
- name: Install cargo-llvm-cov
282-
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7
282+
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8
283283
with:
284284
tool: cargo-llvm-cov
285285

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
key: wasm
7171

7272
- name: Install wasm-pack
73-
uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2.82.7
73+
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2.82.8
7474
with:
7575
tool: wasm-pack
7676

0 commit comments

Comments
 (0)