mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 19:00:25 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5251e6a3db | ||
|
|
d8aee37aa8 | ||
|
|
a08c2af7ad | ||
|
|
648287cffe | ||
|
|
a2d6b56270 |
3
.github/.cspell/organization-dictionary.txt
vendored
3
.github/.cspell/organization-dictionary.txt
vendored
@@ -115,6 +115,7 @@ nonoverlapping
|
||||
noreturn
|
||||
nostack
|
||||
peekable
|
||||
powf
|
||||
punct
|
||||
rclass
|
||||
repr
|
||||
@@ -164,7 +165,5 @@ readelf
|
||||
shellcheckrc
|
||||
SIGABRT
|
||||
SIGILL
|
||||
SIGINT
|
||||
SIGTERM
|
||||
subcmd
|
||||
tlsv
|
||||
|
||||
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]
|
||||
|
||||
## [2.12.9] - 2023-07-08
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.23.
|
||||
|
||||
## [2.12.8] - 2023-07-07
|
||||
|
||||
- Update `protoc@latest` to 3.23.4.
|
||||
|
||||
## [2.12.7] - 2023-07-04
|
||||
|
||||
- Update `parse-changelog@latest` to 0.6.1.
|
||||
@@ -923,7 +931,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.7...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.12.9...HEAD
|
||||
[2.12.9]: https://github.com/taiki-e/install-action/compare/v2.12.8...v2.12.9
|
||||
[2.12.8]: https://github.com/taiki-e/install-action/compare/v2.12.7...v2.12.8
|
||||
[2.12.7]: https://github.com/taiki-e/install-action/compare/v2.12.6...v2.12.7
|
||||
[2.12.6]: https://github.com/taiki-e/install-action/compare/v2.12.5...v2.12.6
|
||||
[2.12.5]: https://github.com/taiki-e/install-action/compare/v2.12.4...v2.12.5
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -17,10 +17,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.22"
|
||||
"version": "0.5.23"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.22"
|
||||
"version": "0.5.23"
|
||||
},
|
||||
"0.5.23": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "cdbb1c34bffeb2b5b986f16e3e1dd08c01d9ef2cbd1cf2d989ae7a184ce91302"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "e87ffd34514d23b5ce5d70e62eaff51c8a56308fcfea5d2df1cbf7a4930883af"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "3b0885d80a5d33c687331628adca4307cfb5d80a3d76a344ebf1077e504da08e"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "5ad1d9b56601b76112c2555289763b88e0aba57b5188c7cb0b7e0c9f17141590"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "bfc30b8d89cf3b477caa8b4eee89bc083d8a3649e57a88eaa7a3a4948e5eaa0e"
|
||||
}
|
||||
},
|
||||
"0.5.22": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
28
manifests/protoc.json
generated
28
manifests/protoc.json
generated
@@ -1,13 +1,35 @@
|
||||
{
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.23.3"
|
||||
"version": "3.23.4"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.23.3"
|
||||
"version": "3.23.4"
|
||||
},
|
||||
"3.23": {
|
||||
"version": "3.23.3"
|
||||
"version": "3.23.4"
|
||||
},
|
||||
"3.23.4": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-linux-x86_64.zip",
|
||||
"checksum": "0502f286ac9ed860b629a7965a14527b1f2dd131e4283fa23c2d7f184672aa9a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-osx-x86_64.zip",
|
||||
"checksum": "07e5fdcf1b0708d3367dc5e6eb8d135de7e407d75316c93155cfd8ab362eec80"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-win64.zip",
|
||||
"checksum": "a309c39442fb75f0db343cb22c111a00f91cdf0767f332e170644b9378e2bcc6"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-linux-aarch_64.zip",
|
||||
"checksum": "1c7750b6e038305b5a7fc3d0cda1ebefdf106a4f30a787bf826ed2fc47c3967d"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-osx-aarch_64.zip",
|
||||
"checksum": "8c7afae8626b6811e7b5897d16d940c2dbf50b1e135ed958a01db6566bdda726"
|
||||
}
|
||||
},
|
||||
"3.23.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user