Skip to content

Commit 0b15247

Browse files
authored
Merge branch 'main' into array
2 parents 5fb9b9f + 7b4593f commit 0b15247

File tree

191 files changed

+1036
-775
lines changed

Some content is hidden

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

191 files changed

+1036
-775
lines changed

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4444
- name: Install cargo-audit
45-
uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
45+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2.62.60
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
@@ -446,7 +446,7 @@ jobs:
446446
sudo apt-get update -qq
447447
sudo apt-get install -y -qq clang
448448
- name: Setup wasm-pack
449-
uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
449+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2.62.60
450450
with:
451451
tool: wasm-pack
452452
- name: Run tests with headless mode
@@ -749,7 +749,7 @@ jobs:
749749
- name: Setup Rust toolchain
750750
uses: ./.github/actions/setup-builder
751751
- name: Install cargo-msrv
752-
uses: taiki-e/install-action@b4b80945859e8ef89a9732a0f46499a443b196fe # v2.62.59
752+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2.62.60
753753
with:
754754
tool: cargo-msrv
755755

0 commit comments

Comments
 (0)