mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 01:20:23 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9b485bdff | ||
|
|
208cedb9a1 | ||
|
|
eb7967a634 |
@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Update `wasm-tools@latest` to 1.249.0.
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|||||||
@@ -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: false
|
required: true
|
||||||
default: wasm-pack
|
# default: #publish:tool
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
5
manifests/gungraun-runner.json
generated
5
manifests/gungraun-runner.json
generated
@@ -23,7 +23,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.18.2"
|
"version": "0.19.0"
|
||||||
|
},
|
||||||
|
"0.19": {
|
||||||
|
"version": "0.19.0"
|
||||||
},
|
},
|
||||||
"0.19.0": {
|
"0.19.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
22
manifests/typos.json
generated
22
manifests/typos.json
generated
@@ -29,6 +29,28 @@
|
|||||||
"1.46": {
|
"1.46": {
|
||||||
"version": "1.46.1"
|
"version": "1.46.1"
|
||||||
},
|
},
|
||||||
|
"1.46.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEB372839007A6",
|
||||||
|
"hash": "d68c1a9c5abd8de11f7749edfa414087c8bc828e89064714487d23c89f36b06e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEB372B2A73255",
|
||||||
|
"hash": "3652f90d82d38f64e40c1791d2d82209979048ef3abd715b0eb1488cf483ce1d"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEB372CF13B6DE",
|
||||||
|
"hash": "ddc4ae26822e806ce84bc410643d02a3dac53aac9ab2a5f389624418c5654a17"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEB37276E3ED4A",
|
||||||
|
"hash": "311f2a15e8433c895cd9ee3198530bbff552f59609eba739f5bd9ceb2a2c0887"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEB372B94FBD80",
|
||||||
|
"hash": "4b15ee9548cd68cf22d6e67af8a12ceb608ea4dbc34e0346792d09994222d694"
|
||||||
|
}
|
||||||
|
},
|
||||||
"1.46.1": {
|
"1.46.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEAD0A44E0E9A4",
|
"etag": "0x8DEAD0A44E0E9A4",
|
||||||
|
|||||||
7
manifests/wasm-tools.json
generated
7
manifests/wasm-tools.json
generated
@@ -23,10 +23,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.248.0"
|
"version": "1.249.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.248.0"
|
"version": "1.249.0"
|
||||||
|
},
|
||||||
|
"1.249": {
|
||||||
|
"version": "1.249.0"
|
||||||
},
|
},
|
||||||
"1.249.0": {
|
"1.249.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user