mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 16:30:26 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
716fb8f756 | ||
|
|
870e4de1b5 | ||
|
|
dbc32cd892 | ||
|
|
82750cbcb9 |
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.47.3] - 2025-01-02
|
||||||
|
|
||||||
|
- Update `knope@latest` to 0.18.2.
|
||||||
|
|
||||||
|
## [2.47.2] - 2024-12-31
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.29.0.
|
||||||
|
|
||||||
## [2.47.1] - 2024-12-31
|
## [2.47.1] - 2024-12-31
|
||||||
|
|
||||||
- Update `cargo-tarpaulin@latest` to 0.31.4.
|
- Update `cargo-tarpaulin@latest` to 0.31.4.
|
||||||
@@ -3270,7 +3278,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.47.1...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.3...HEAD
|
||||||
|
[2.47.3]: https://github.com/taiki-e/install-action/compare/v2.47.2...v2.47.3
|
||||||
|
[2.47.2]: https://github.com/taiki-e/install-action/compare/v2.47.1...v2.47.2
|
||||||
[2.47.1]: https://github.com/taiki-e/install-action/compare/v2.47.0...v2.47.1
|
[2.47.1]: https://github.com/taiki-e/install-action/compare/v2.47.0...v2.47.1
|
||||||
[2.47.0]: https://github.com/taiki-e/install-action/compare/v2.46.20...v2.47.0
|
[2.47.0]: https://github.com/taiki-e/install-action/compare/v2.46.20...v2.47.0
|
||||||
[2.46.20]: https://github.com/taiki-e/install-action/compare/v2.46.19...v2.46.20
|
[2.46.20]: https://github.com/taiki-e/install-action/compare/v2.46.19...v2.46.20
|
||||||
|
|||||||
30
manifests/knope.json
generated
30
manifests/knope.json
generated
@@ -3,10 +3,36 @@
|
|||||||
"template": null,
|
"template": null,
|
||||||
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.18.1"
|
"version": "0.18.2"
|
||||||
},
|
},
|
||||||
"0.18": {
|
"0.18": {
|
||||||
"version": "0.18.1"
|
"version": "0.18.2"
|
||||||
|
},
|
||||||
|
"0.18.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.2/knope-x86_64-unknown-linux-musl.tgz",
|
||||||
|
"etag": "0x8DD2ACDFF5567F8",
|
||||||
|
"checksum": "c43e040643cc16f14a70444d79dcf4e9c4eaa896664f598005386637c2534e6f",
|
||||||
|
"bin": "knope-x86_64-unknown-linux-musl/knope"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.2/knope-x86_64-apple-darwin.tgz",
|
||||||
|
"etag": "0x8DD2ACDFF51C290",
|
||||||
|
"checksum": "f9cc757233467e192a0904f2e9c2ef5aa1a7e715235b98520af33fd986d115f2",
|
||||||
|
"bin": "knope-x86_64-apple-darwin/knope"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.2/knope-x86_64-pc-windows-msvc.tgz",
|
||||||
|
"etag": "0x8DD2ACDFF558EDB",
|
||||||
|
"checksum": "0e5775244e10a7e9de89be4f0f485e23bfa6c98ad008b85d54a1235b4e7bd123",
|
||||||
|
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.2/knope-aarch64-apple-darwin.tgz",
|
||||||
|
"etag": "0x8DD2ACDFF4E6AFA",
|
||||||
|
"checksum": "ff35f72455a498e9a407b483c1d6ddb962f6ae31b1989db6dfc09e88da270b3b",
|
||||||
|
"bin": "knope-aarch64-apple-darwin/knope"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.18.1": {
|
"0.18.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
25
manifests/typos.json
generated
25
manifests/typos.json
generated
@@ -16,10 +16,31 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.28.4"
|
"version": "1.29.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.28.4"
|
"version": "1.29.0"
|
||||||
|
},
|
||||||
|
"1.29": {
|
||||||
|
"version": "1.29.0"
|
||||||
|
},
|
||||||
|
"1.29.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD29B260A3C957",
|
||||||
|
"checksum": "d936bdd241fd7e5cf30802ad60d942169f6e2f4197444824ccb8bd7bdebb1245"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD29B249212B90",
|
||||||
|
"checksum": "7ad39f41dc23e1c3c8470ba3f8c0c1457928c668af6552b07f74a77b65585515"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD29B2A7AF8080",
|
||||||
|
"checksum": "1216d4e9c353132045f53e84977003f8c29af8f1131045df5b69daf39ef02b48"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD29B27BAFFF8A",
|
||||||
|
"checksum": "a5e204a4b2c2cd920772a5404a425ad15a39793d6359340790e8ebeb5eb62b9a"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.28": {
|
"1.28": {
|
||||||
"version": "1.28.4"
|
"version": "1.28.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user