mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-02 03:10:28 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f58b6a196 | ||
|
|
1255df5d1e | ||
|
|
e10e24b766 | ||
|
|
b1accf38c0 |
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.49.24] - 2025-03-14
|
||||
|
||||
- Update `protoc@latest` to 3.30.1.
|
||||
|
||||
## [2.49.23] - 2025-03-13
|
||||
|
||||
- Update `knope@latest` to 0.18.5.
|
||||
|
||||
## [2.49.22] - 2025-03-12
|
||||
|
||||
- Update `wash@latest` to 0.40.0. ([#895](https://github.com/taiki-e/install-action/pull/895), thanks @brooksmtownsend)
|
||||
@@ -3668,7 +3676,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.49.22...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.24...HEAD
|
||||
[2.49.24]: https://github.com/taiki-e/install-action/compare/v2.49.23...v2.49.24
|
||||
[2.49.23]: https://github.com/taiki-e/install-action/compare/v2.49.22...v2.49.23
|
||||
[2.49.22]: https://github.com/taiki-e/install-action/compare/v2.49.21...v2.49.22
|
||||
[2.49.21]: https://github.com/taiki-e/install-action/compare/v2.49.20...v2.49.21
|
||||
[2.49.20]: https://github.com/taiki-e/install-action/compare/v2.49.19...v2.49.20
|
||||
|
||||
30
manifests/knope.json
generated
30
manifests/knope.json
generated
@@ -3,10 +3,36 @@
|
||||
"template": null,
|
||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.18.4"
|
||||
"version": "0.18.5"
|
||||
},
|
||||
"0.18": {
|
||||
"version": "0.18.4"
|
||||
"version": "0.18.5"
|
||||
},
|
||||
"0.18.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.5/knope-x86_64-unknown-linux-musl.tgz",
|
||||
"etag": "0x8DD61AB3C6D0F1B",
|
||||
"checksum": "2af53b8b6c995204038ff78a5aa0efb88aedb3b14913f7946f51763a425d634a",
|
||||
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.5/knope-x86_64-apple-darwin.tgz",
|
||||
"etag": "0x8DD61AB3C6245D6",
|
||||
"checksum": "d98878e8d27b46308589c29f9ba6afd8da3c067b7ca997613b110604c49bd27b",
|
||||
"bin": "knope-x86_64-apple-darwin/knope"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.5/knope-x86_64-pc-windows-msvc.tgz",
|
||||
"etag": "0x8DD61AB3C5DB721",
|
||||
"checksum": "01ccd0c81aad4a44dd9e8476e11ec6c2429657f43630ce2ab4480a338b866c1d",
|
||||
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.5/knope-aarch64-apple-darwin.tgz",
|
||||
"etag": "0x8DD61AB3C4EFAA3",
|
||||
"checksum": "5e4993c3caeed3e253e0b6da616360d80cb413f2f192706e08d5f0df1f543600",
|
||||
"bin": "knope-aarch64-apple-darwin/knope"
|
||||
}
|
||||
},
|
||||
"0.18.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/protoc.json
generated
33
manifests/protoc.json
generated
@@ -3,13 +3,40 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.30.0"
|
||||
"version": "3.30.1"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.30.0"
|
||||
"version": "3.30.1"
|
||||
},
|
||||
"3.30": {
|
||||
"version": "3.30.0"
|
||||
"version": "3.30.1"
|
||||
},
|
||||
"3.30.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.1/protoc-30.1-linux-x86_64.zip",
|
||||
"etag": "0x8DD6273E89D0E25",
|
||||
"checksum": "5537e15ab0c0e610f809573948d3ec7d6ef387a07991e1c361a2a0e8cad983e5"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.1/protoc-30.1-osx-x86_64.zip",
|
||||
"etag": "0x8DD6273E8BF8A88",
|
||||
"checksum": "a4aeefd2f59ccce59cfa01a89fe58adb40bb9010f43adfca3c4fee7fd37ec2c5"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.1/protoc-30.1-win64.zip",
|
||||
"etag": "0x8DD6273E8FDD416",
|
||||
"checksum": "77f4e022ce9e8b087cb893f53f5e433734942d125e4cd2fecbf830ac7760045c"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.1/protoc-30.1-linux-aarch_64.zip",
|
||||
"etag": "0x8DD6273E84D2537",
|
||||
"checksum": "e866d3dc4775e8032721915e83e3fb6e1ab4def7199a49b4f95c4d1f6cf4c03a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.1/protoc-30.1-osx-aarch_64.zip",
|
||||
"etag": "0x8DD6273E8A762C8",
|
||||
"checksum": "03467cfd967de12a61406b7473e80204d3ae38f30f82855318186d696237e3b9"
|
||||
}
|
||||
},
|
||||
"3.30.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user