From 0c22b861762f4c4b1ad74a8a51f65a0d270adf19 Mon Sep 17 00:00:00 2001 From: daharoni Date: Mon, 1 Jun 2026 11:56:38 -0700 Subject: [PATCH] ci(deploy): bump install-action pin to fix wasm-pack 404 The old pin's bundled manifest pointed wasm-pack downloads at drager/wasm-pack, which hosts no releases, so the v2.4.7 deploy failed with a 404 installing wasm-pack@0.13.1. Bump to v2.81.1, whose manifest uses the now-canonical wasm-bindgen/wasm-pack repo (which still serves v0.13.1 with matching checksums). Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 278169a..b61bbe5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,7 +70,7 @@ jobs: workspaces: 'crates/solver -> target' - name: Install wasm-pack - uses: taiki-e/install-action@a2352fc6ce487f030a3aa709482d57823eadfb37 # v2 + uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: tool: wasm-pack@0.13.1