diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 1357173a31..a5cd19cdc6 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -20,7 +20,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/engine-benchmark.yml b/.github/workflows/engine-benchmark.yml index dc808eca5a..66d65fb7a3 100644 --- a/.github/workflows/engine-benchmark.yml +++ b/.github/workflows/engine-benchmark.yml @@ -22,7 +22,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/engine-nightly.yml b/.github/workflows/engine-nightly.yml index 5997a095d7..bf58c73dc7 100644 --- a/.github/workflows/engine-nightly.yml +++ b/.github/workflows/engine-nightly.yml @@ -23,7 +23,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -69,7 +69,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -113,7 +113,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -158,7 +158,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -203,7 +203,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -248,7 +248,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -305,7 +305,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -360,7 +360,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -416,7 +416,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -472,7 +472,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -528,7 +528,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -588,7 +588,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -646,7 +646,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -705,7 +705,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -764,7 +764,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/extra-nightly-tests.yml b/.github/workflows/extra-nightly-tests.yml index e0696b442e..2b8a471fc1 100644 --- a/.github/workflows/extra-nightly-tests.yml +++ b/.github/workflows/extra-nightly-tests.yml @@ -23,7 +23,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -84,7 +84,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/gui-tests.yml b/.github/workflows/gui-tests.yml index b12694f05a..8e6ce1d617 100644 --- a/.github/workflows/gui-tests.yml +++ b/.github/workflows/gui-tests.yml @@ -37,7 +37,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -80,7 +80,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -123,7 +123,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -166,7 +166,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index 2ec74a1d53..e40a1df282 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -25,7 +25,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -67,7 +67,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -110,7 +110,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -165,7 +165,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -219,7 +219,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -274,7 +274,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -331,7 +331,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -387,7 +387,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -451,7 +451,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 5fbbfbd21a..c6cd484cfb 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -31,7 +31,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9336bc0455..49ae23e4bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -60,7 +60,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -112,7 +112,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -161,7 +161,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -208,7 +208,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -256,7 +256,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -309,7 +309,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -361,7 +361,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -423,7 +423,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -490,7 +490,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -558,7 +558,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/scala-new.yml b/.github/workflows/scala-new.yml index ef44a17fb0..d0694d9c1a 100644 --- a/.github/workflows/scala-new.yml +++ b/.github/workflows/scala-new.yml @@ -37,7 +37,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -81,7 +81,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -126,7 +126,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -171,7 +171,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -226,7 +226,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -282,7 +282,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -338,7 +338,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -396,7 +396,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -455,7 +455,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: @@ -514,7 +514,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: diff --git a/.github/workflows/std-libs-benchmark.yml b/.github/workflows/std-libs-benchmark.yml index dbac651715..1c94146c09 100644 --- a/.github/workflows/std-libs-benchmark.yml +++ b/.github/workflows/std-libs-benchmark.yml @@ -22,7 +22,7 @@ jobs: name: Installing wasm-pack uses: jetli/wasm-pack-action@v0.4.0 with: - version: v0.10.2 + version: v0.12.1 - name: Expose Artifact API and context information. uses: actions/github-script@v7 with: