Compare commits

..

1 Commits

Author SHA1 Message Date
Taiki Endo
5acc8bc802 wasm-pack 2026-05-16 13:28:34 +00:00
3 changed files with 3 additions and 8 deletions

View File

@@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
- Update `gungraun-runner@latest` to 0.19.0.
## [2.78.2] - 2026-05-16 ## [2.78.2] - 2026-05-16
- Update `wasm-pack@latest` to 0.15.0. - Update `wasm-pack@latest` to 0.15.0.

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs: inputs:
tool: tool:
description: Tools to install (whitespace or comma separated list) description: Tools to install (whitespace or comma separated list)
required: true required: false
# default: #publish:tool default: wasm-pack
checksum: checksum:
description: Whether to enable checksums (strongly discouraged to disable) description: Whether to enable checksums (strongly discouraged to disable)
required: false required: false

View File

@@ -23,10 +23,7 @@
} }
}, },
"latest": { "latest": {
"version": "0.19.0" "version": "0.18.2"
},
"0.19": {
"version": "0.19.0"
}, },
"0.19.0": { "0.19.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {