mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 15:10:24 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddaadeb897 | ||
|
|
92fe43c476 | ||
|
|
4954b85ec7 |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.45.8] - 2024-11-28
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.16.3.
|
||||||
|
|
||||||
|
- Update `protoc@latest` to 3.29.0.
|
||||||
|
|
||||||
## [2.45.7] - 2024-11-27
|
## [2.45.7] - 2024-11-27
|
||||||
|
|
||||||
- Update `cargo-nextest@latest` to 0.9.85.
|
- Update `cargo-nextest@latest` to 0.9.85.
|
||||||
@@ -3122,7 +3128,8 @@ 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.45.7...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.8...HEAD
|
||||||
|
[2.45.8]: https://github.com/taiki-e/install-action/compare/v2.45.7...v2.45.8
|
||||||
[2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7
|
[2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7
|
||||||
[2.45.6]: https://github.com/taiki-e/install-action/compare/v2.45.5...v2.45.6
|
[2.45.6]: https://github.com/taiki-e/install-action/compare/v2.45.5...v2.45.6
|
||||||
[2.45.5]: https://github.com/taiki-e/install-action/compare/v2.45.4...v2.45.5
|
[2.45.5]: https://github.com/taiki-e/install-action/compare/v2.45.4...v2.45.5
|
||||||
|
|||||||
26
manifests/cargo-deny.json
generated
26
manifests/cargo-deny.json
generated
@@ -24,10 +24,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.16.2"
|
"version": "0.16.3"
|
||||||
},
|
},
|
||||||
"0.16": {
|
"0.16": {
|
||||||
"version": "0.16.2"
|
"version": "0.16.3"
|
||||||
|
},
|
||||||
|
"0.16.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD0FB031A91E34",
|
||||||
|
"checksum": "2677a6184fdf3f77cb5de03d52a90eef15a8de3016cdf56289ce2d6be39a85cd"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD0FB036910CFB",
|
||||||
|
"checksum": "dcc4707578c97f822f0374ca2c6c77ac2bdd2ca80bdd3f67f735f6a75db47379"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD0FB09AC6BFDB",
|
||||||
|
"checksum": "18a3749546d54a8d3b9c71d87ec5b4c1d1724a5de9586c8f061ed8ea43060a45"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD0FB03FB69CB1",
|
||||||
|
"checksum": "192a3e46d333555b7fe278ab26c4ebca69217aab1d850d3db49a300f7199d94d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD0FB027C16683",
|
||||||
|
"checksum": "35bdf7a2321eeb9c3ef6b7ef448143c0d44dc2c1864683d45e9be24a6c848183"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.16.2": {
|
"0.16.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
34
manifests/protoc.json
generated
34
manifests/protoc.json
generated
@@ -3,10 +3,40 @@
|
|||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.28.3"
|
"version": "3.29.0"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.28.3"
|
"version": "3.29.0"
|
||||||
|
},
|
||||||
|
"3.29": {
|
||||||
|
"version": "3.29.0"
|
||||||
|
},
|
||||||
|
"3.29.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-linux-x86_64.zip",
|
||||||
|
"etag": "0x8DD0F12DA2E2AC7",
|
||||||
|
"checksum": "3c51065af3b9a606d9e18a1bf628143734ff4b9e69725d6459857430ba7a78df"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-osx-x86_64.zip",
|
||||||
|
"etag": "0x8DD0F12DA708E6E",
|
||||||
|
"checksum": "e7a1cffc82e21daa67833011449c70ddff1eba3b115934387e6e8141efab092f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-win64.zip",
|
||||||
|
"etag": "0x8DD0F12DA99932D",
|
||||||
|
"checksum": "d03b9219858b8a4ca88063b78bf0a5cde73b51808b930c4b66f06e8482c3abe6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-linux-aarch_64.zip",
|
||||||
|
"etag": "0x8DD0F12D9CACFB2",
|
||||||
|
"checksum": "305f1be5ae7b2f39451870b312b45c1e0ba269901c83ba16d85f9f9d1441b348"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-osx-aarch_64.zip",
|
||||||
|
"etag": "0x8DD0F12DA3B893D",
|
||||||
|
"checksum": "b2b59f03b030c8a748623d682a8b5bc9cc099e4bcfd06b8964ce89ec065b3103"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"3.28": {
|
"3.28": {
|
||||||
"version": "3.28.3"
|
"version": "3.28.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user