diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de8c8316..3d02dbd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: key: browser-${{ hashFiles('**/Cargo.lock') }} restore-keys: browser- - name: Install wasm-pack - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.9.4 + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.9.4 with: tool: wasm-pack - id: browser diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89eff079..20c945e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: restore-keys: deploy- - name: Install trunk - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.9.4 trunk + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.9.4 trunk with: tool: trunk@0.21.14 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3347a5c4..e414fd71 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -39,7 +39,7 @@ jobs: restore-keys: e2e- - name: Install just - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2.9.4 just + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.9.4 just with: tool: just