Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
ebb475ef6e Release 2.19.4 2023-10-05 10:33:48 +09:00
Taiki Endo
67a92e13cf Update protoc@latest to 3.24.4 2023-10-05 03:10:31 +09:00
2 changed files with 31 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.19.4] - 2023-10-05
- Update `protoc@latest` to 3.24.4.
## [2.19.3] - 2023-10-03
- Update `cargo-tarpaulin@latest` to 0.27.1.
@@ -1281,7 +1285,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.19.3...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.19.4...HEAD
[2.19.4]: https://github.com/taiki-e/install-action/compare/v2.19.3...v2.19.4
[2.19.3]: https://github.com/taiki-e/install-action/compare/v2.19.2...v2.19.3
[2.19.2]: https://github.com/taiki-e/install-action/compare/v2.19.1...v2.19.2
[2.19.1]: https://github.com/taiki-e/install-action/compare/v2.19.0...v2.19.1

28
manifests/protoc.json generated
View File

@@ -2,13 +2,35 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "3.24.3"
"version": "3.24.4"
},
"3": {
"version": "3.24.3"
"version": "3.24.4"
},
"3.24": {
"version": "3.24.3"
"version": "3.24.4"
},
"3.24.4": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-linux-x86_64.zip",
"checksum": "5871398dfd6ac954a6adebf41f1ae3a4de915a36a6ab2fd3e8f2c00d45b50dec"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-osx-x86_64.zip",
"checksum": "6c3b6bf4038d733b6d31f1cc4516a656570b5b5aafb966b650f8182afd0b98cf"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-win64.zip",
"checksum": "8f3f92fbf7dd2995129e6fe223c07c0aaa97fb182f19cecfb424e9146b273eb6"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-linux-aarch_64.zip",
"checksum": "83ac000ff540e242b6a2ff221a3ac88d2d8e55443801b7a28e9697e5f40e8937"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-osx-aarch_64.zip",
"checksum": "d80544480397fe8a05d966fba291cf1233ad0db0ebc24ec72d7bd077d6e7ac59"
}
},
"3.24.3": {
"x86_64_linux_gnu": {