mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-03 11:40:35 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b61491983a | ||
|
|
f12afdead5 | ||
|
|
7edbfde966 | ||
|
|
8f354f35e5 | ||
|
|
8fa3de33af | ||
|
|
0a297a6a2c |
2
.github/.cspell/organization-dictionary.txt
vendored
2
.github/.cspell/organization-dictionary.txt
vendored
@@ -38,7 +38,6 @@ androideabi
|
|||||||
armeb
|
armeb
|
||||||
armebv
|
armebv
|
||||||
armv
|
armv
|
||||||
asmjs
|
|
||||||
atmega
|
atmega
|
||||||
bpfeb
|
bpfeb
|
||||||
bpfel
|
bpfel
|
||||||
@@ -104,7 +103,6 @@ concat
|
|||||||
ctypes
|
ctypes
|
||||||
dealloc
|
dealloc
|
||||||
deque
|
deque
|
||||||
docsrs
|
|
||||||
doctest
|
doctest
|
||||||
doctests
|
doctests
|
||||||
hasher
|
hasher
|
||||||
|
|||||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.21.19] - 2023-11-26
|
||||||
|
|
||||||
|
- Update `dprint@latest` to 0.43.1.
|
||||||
|
|
||||||
|
## [2.21.18] - 2023-11-21
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 15.0.0.
|
||||||
|
|
||||||
## [2.21.17] - 2023-11-19
|
## [2.21.17] - 2023-11-19
|
||||||
|
|
||||||
- Update `dprint@latest` to 0.43.0.
|
- Update `dprint@latest` to 0.43.0.
|
||||||
@@ -1445,7 +1453,9 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.17...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.19...HEAD
|
||||||
|
[2.21.19]: https://github.com/taiki-e/install-action/compare/v2.21.18...v2.21.19
|
||||||
|
[2.21.18]: https://github.com/taiki-e/install-action/compare/v2.21.17...v2.21.18
|
||||||
[2.21.17]: https://github.com/taiki-e/install-action/compare/v2.21.16...v2.21.17
|
[2.21.17]: https://github.com/taiki-e/install-action/compare/v2.21.16...v2.21.17
|
||||||
[2.21.16]: https://github.com/taiki-e/install-action/compare/v2.21.15...v2.21.16
|
[2.21.16]: https://github.com/taiki-e/install-action/compare/v2.21.15...v2.21.16
|
||||||
[2.21.15]: https://github.com/taiki-e/install-action/compare/v2.21.14...v2.21.15
|
[2.21.15]: https://github.com/taiki-e/install-action/compare/v2.21.14...v2.21.15
|
||||||
|
|||||||
21
manifests/dprint.json
generated
21
manifests/dprint.json
generated
@@ -24,10 +24,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.43.0"
|
"version": "0.43.1"
|
||||||
},
|
},
|
||||||
"0.43": {
|
"0.43": {
|
||||||
"version": "0.43.0"
|
"version": "0.43.1"
|
||||||
|
},
|
||||||
|
"0.43.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "069c27da39ebb3c7227643cec6e4efec38f4e3ad8cef61290482e8a3e2702655"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "b4c937c76038ff3198b9e3494119fb6405e54256a2c0ee7db797486cde4eef9f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ce017e44244ce0dc837a9c6536d50ef5de6e24c07fa6d0c915b14a1b64082c3e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "e4fb458f1affc0c8e81cb2e158144672eb5c6bc3064a48bb32f0fbd57c2c9aee"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "ea479f5ab3a2c8933256e61e77c5a68ffda8d6c77be968b87d80374121686959"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.43.0": {
|
"0.43.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
35
manifests/wasmtime.json
generated
35
manifests/wasmtime.json
generated
@@ -2,7 +2,40 @@
|
|||||||
"rust_crate": "wasmtime-cli",
|
"rust_crate": "wasmtime-cli",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "14.0.4"
|
"version": "15.0.0"
|
||||||
|
},
|
||||||
|
"15": {
|
||||||
|
"version": "15.0.0"
|
||||||
|
},
|
||||||
|
"15.0": {
|
||||||
|
"version": "15.0.0"
|
||||||
|
},
|
||||||
|
"15.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-x86_64-linux.tar.xz",
|
||||||
|
"checksum": "ace1bbd35cb6c9aea7f970ea56e19b63d16eaec66d852b767dbd3e3c3092ce08",
|
||||||
|
"bin": "wasmtime-v15.0.0-x86_64-linux/wasmtime"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-x86_64-macos.tar.xz",
|
||||||
|
"checksum": "2913d43f2d943071566daaf4e2a47cf4a7e58bf077817b6e431b2ecc2da772d9",
|
||||||
|
"bin": "wasmtime-v15.0.0-x86_64-macos/wasmtime"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-x86_64-windows.zip",
|
||||||
|
"checksum": "70ee6bf44afd29cdd6b480675070e899489162906d83449a7d4a2c82cc2371c3",
|
||||||
|
"bin": "wasmtime-v15.0.0-x86_64-windows/wasmtime.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-aarch64-linux.tar.xz",
|
||||||
|
"checksum": "8feef65dff1acd5b5f69e5f08e34d3c3c29c6fc680c30a3a1cfa8b618c45818a",
|
||||||
|
"bin": "wasmtime-v15.0.0-aarch64-linux/wasmtime"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.0/wasmtime-v15.0.0-aarch64-macos.tar.xz",
|
||||||
|
"checksum": "51c5bb6d83f111228fe59ee42b5e7dfa0f3ff7a65665f20237c44acf20ee5e42",
|
||||||
|
"bin": "wasmtime-v15.0.0-aarch64-macos/wasmtime"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"14": {
|
"14": {
|
||||||
"version": "14.0.4"
|
"version": "14.0.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user