Skip to content

Commit

Permalink
Update jetli/wasm-bindgen-action (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Aug 16, 2023
1 parent 6c2f88b commit 7a257fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Download a pre-compiled wasm-bindgen binary.
- name: Install wasm-bindgen-cli
uses: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9
uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: "0.2.87"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Download a pre-compiled wasm-bindgen binary.
- name: Install wasm-bindgen-cli
uses: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9
uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: "0.2.87"

Expand Down

0 comments on commit 7a257fc

Please sign in to comment.