Skip to content

Commit d6fa2ec

Browse files
committed
Merge branch 'main' into extended-tests-20052
2 parents e0ae244 + dff1cad commit d6fa2ec

54 files changed

Lines changed: 4619 additions & 1109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
45+
uses: taiki-e/install-action@1e67dedb5e3c590e1c9d9272ace46ef689da250d # v2.67.27
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
sudo apt-get update -qq
424424
sudo apt-get install -y -qq clang
425425
- name: Setup wasm-pack
426-
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
426+
uses: taiki-e/install-action@1e67dedb5e3c590e1c9d9272ace46ef689da250d # v2.67.27
427427
with:
428428
tool: wasm-pack
429429
- name: Run tests with headless mode
@@ -758,7 +758,7 @@ jobs:
758758
- name: Setup Rust toolchain
759759
uses: ./.github/actions/setup-builder
760760
- name: Install cargo-msrv
761-
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
761+
uses: taiki-e/install-action@1e67dedb5e3c590e1c9d9272ace46ef689da250d # v2.67.27
762762
with:
763763
tool: cargo-msrv
764764

0 commit comments

Comments
 (0)