Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-store-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false # Configured below.
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
with:
tool: wasm-pack
- name: Rust Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
cache: false # Configured below.

- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
with:
tool: wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
cache: false # configured below

- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
with:
tool: wasm-pack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false # Configured below.
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
with:
tool: wasm-pack
- name: Rust Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
cache: false # Configured below.

- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
if: ${{ steps.wasm.outputs.should-build-wasm == 'true' }}
with:
tool: wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Run codespell
uses: crate-ci/typos@v1.38.1
uses: crate-ci/typos@v1.42.1
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: 'npm'

- run: npm install
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
with:
tool: wasm-pack

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
cache: 'npm'

- run: npm install
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b
- uses: taiki-e/install-action@0bc4cd8a3e21db4cb9519857377b0c8c5e150de5
with:
tool: wasm-pack

Expand Down
Loading