mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 23:20:26 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b635b8d3ea | ||
|
|
4bb58959fb | ||
|
|
22c308f3b9 | ||
|
|
7bcbbdbff4 | ||
|
|
0884b6d9b6 |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.33.15] - 2024-05-04
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 20.0.1.
|
||||||
|
|
||||||
|
## [2.33.14] - 2024-05-03
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.14.23.
|
||||||
|
|
||||||
|
- Support `cargo-deny` on aarch64 Linux.
|
||||||
|
|
||||||
## [2.33.13] - 2024-05-03
|
## [2.33.13] - 2024-05-03
|
||||||
|
|
||||||
- Update `cargo-tarpaulin@latest` to 0.29.1.
|
- Update `cargo-tarpaulin@latest` to 0.29.1.
|
||||||
@@ -2129,7 +2139,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.33.13...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.33.15...HEAD
|
||||||
|
[2.33.15]: https://github.com/taiki-e/install-action/compare/v2.33.14...v2.33.15
|
||||||
|
[2.33.14]: https://github.com/taiki-e/install-action/compare/v2.33.13...v2.33.14
|
||||||
[2.33.13]: https://github.com/taiki-e/install-action/compare/v2.33.12...v2.33.13
|
[2.33.13]: https://github.com/taiki-e/install-action/compare/v2.33.12...v2.33.13
|
||||||
[2.33.12]: https://github.com/taiki-e/install-action/compare/v2.33.11...v2.33.12
|
[2.33.12]: https://github.com/taiki-e/install-action/compare/v2.33.11...v2.33.12
|
||||||
[2.33.11]: https://github.com/taiki-e/install-action/compare/v2.33.10...v2.33.11
|
[2.33.11]: https://github.com/taiki-e/install-action/compare/v2.33.10...v2.33.11
|
||||||
|
|||||||
25
manifests/cargo-deny.json
generated
25
manifests/cargo-deny.json
generated
@@ -13,16 +13,37 @@
|
|||||||
"url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/${version}/cargo-deny-${version}-x86_64-pc-windows-msvc.tar.gz",
|
"url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/${version}/cargo-deny-${version}-x86_64-pc-windows-msvc.tar.gz",
|
||||||
"bin": "cargo-deny-${version}-x86_64-pc-windows-msvc/cargo-deny.exe"
|
"bin": "cargo-deny-${version}-x86_64-pc-windows-msvc/cargo-deny.exe"
|
||||||
},
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/${version}/cargo-deny-${version}-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"bin": "cargo-deny-${version}-aarch64-unknown-linux-musl/cargo-deny"
|
||||||
|
},
|
||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/${version}/cargo-deny-${version}-aarch64-apple-darwin.tar.gz",
|
"url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/${version}/cargo-deny-${version}-aarch64-apple-darwin.tar.gz",
|
||||||
"bin": "cargo-deny-${version}-aarch64-apple-darwin/cargo-deny"
|
"bin": "cargo-deny-${version}-aarch64-apple-darwin/cargo-deny"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.22"
|
"version": "0.14.23"
|
||||||
},
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.22"
|
"version": "0.14.23"
|
||||||
|
},
|
||||||
|
"0.14.23": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "05d6cb0cd61350d3227e1f0af9252fce7a66f6b109a8850bb0af83507892c4da"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "d8d3e97d95521dcc2e95a4293b3e774aeee5591cad9994ad49b5d177ca98bf8e"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "5da19ca3efc6d207d075fdc29e22dc74bcb5476ec33eabfba9d788fc23513858"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "027f050ba79720645e1c7c8239ee0c8896485c961152b8d025756be88266b302"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "95562322593b203ffdf4d209a3781069c268fd6a4b3267b0a6b67919ff672225"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.14.22": {
|
"0.14.22": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
23
manifests/wasmtime.json
generated
23
manifests/wasmtime.json
generated
@@ -23,13 +23,30 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "20.0.0"
|
"version": "20.0.1"
|
||||||
},
|
},
|
||||||
"20": {
|
"20": {
|
||||||
"version": "20.0.0"
|
"version": "20.0.1"
|
||||||
},
|
},
|
||||||
"20.0": {
|
"20.0": {
|
||||||
"version": "20.0.0"
|
"version": "20.0.1"
|
||||||
|
},
|
||||||
|
"20.0.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"checksum": "b3335181e672527c1f4b5b424413e6bed437cb4b6cc089082f836e03d076bd2d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "3c921b994a078a0e703e80e9d2714de60deaec3ecbc25f500eac7d1d098c8d74"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ca065cd227da0e5c8cadf4ef822b6dbc05a1eeab6d5d85ad558c8c761fd4a9b5"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"checksum": "8b685a76e6a7b2dd89b5778a2b2c17a1ab3ba05e2f1b9cd6955d5a416de572fe"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "ed972d27e55e80af7baf79003791e9a4434af6b82fcc1a51bea33144f730d8d4"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"20.0.0": {
|
"20.0.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"x86_64_linux_musl": {},
|
"x86_64_linux_musl": {},
|
||||||
"x86_64_macos": {},
|
"x86_64_macos": {},
|
||||||
"x86_64_windows": {},
|
"x86_64_windows": {},
|
||||||
|
"aarch64_linux_musl": {},
|
||||||
"aarch64_macos": {}
|
"aarch64_macos": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user