mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-06 21:20:26 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15d8c416d1 | ||
|
|
9b24cc93ef | ||
|
|
85c1f06374 | ||
|
|
ee9bdd084f |
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.44.70] - 2024-11-15
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.16.2.
|
||||||
|
|
||||||
|
## [2.44.69] - 2024-11-14
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.108.
|
||||||
|
|
||||||
## [2.44.68] - 2024-11-12
|
## [2.44.68] - 2024-11-12
|
||||||
|
|
||||||
- Update `hyperfine@latest` to 1.19.0.
|
- Update `hyperfine@latest` to 1.19.0.
|
||||||
@@ -3064,7 +3072,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.44.68...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.70...HEAD
|
||||||
|
[2.44.70]: https://github.com/taiki-e/install-action/compare/v2.44.69...v2.44.70
|
||||||
|
[2.44.69]: https://github.com/taiki-e/install-action/compare/v2.44.68...v2.44.69
|
||||||
[2.44.68]: https://github.com/taiki-e/install-action/compare/v2.44.67...v2.44.68
|
[2.44.68]: https://github.com/taiki-e/install-action/compare/v2.44.67...v2.44.68
|
||||||
[2.44.67]: https://github.com/taiki-e/install-action/compare/v2.44.66...v2.44.67
|
[2.44.67]: https://github.com/taiki-e/install-action/compare/v2.44.66...v2.44.67
|
||||||
[2.44.66]: https://github.com/taiki-e/install-action/compare/v2.44.65...v2.44.66
|
[2.44.66]: https://github.com/taiki-e/install-action/compare/v2.44.65...v2.44.66
|
||||||
|
|||||||
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.1"
|
"version": "0.16.2"
|
||||||
},
|
},
|
||||||
"0.16": {
|
"0.16": {
|
||||||
"version": "0.16.1"
|
"version": "0.16.2"
|
||||||
|
},
|
||||||
|
"0.16.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD0558E52679B5",
|
||||||
|
"checksum": "1acc7db00ebbf6f9c2b63a30017acfd07f43ce687469538cc691aa6a05aa3921"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD0558E290B5A8",
|
||||||
|
"checksum": "c234f135a76f54009e66bfcd980fa23f8d72f672ef3f9f0030cfbf68ffd29769"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD05597BBC4C8F",
|
||||||
|
"checksum": "a63630e6c76df2aa1512cbdeb76f7b21091a31a9d8e4e624d6d0b219b996b95b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD0558EC8884C3",
|
||||||
|
"checksum": "f4996929042de3591688d329fb7a0f27875da6725e917713c5ce34dd02ba260b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD0558E3D00BF0",
|
||||||
|
"checksum": "14f544dfa89a15cdc6dbb0c0c3fb7c60f5b98db973586eb16c58cb8c56d64b59"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.16.1": {
|
"0.16.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.107"
|
"version": "0.3.108"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.107"
|
"version": "0.3.108"
|
||||||
|
},
|
||||||
|
"0.3.108": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD0428A19F2ED5",
|
||||||
|
"checksum": "568c73281721459c611d0e4393e4d297da91153e0ebd34826ba3a5db01dddcc5"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD042A99EA50B1",
|
||||||
|
"checksum": "07cbbf539058e7f8fa3b8401346c7a5e3a0a2093683bbea13e06dcdcffb902e7"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD04298DF03ECE",
|
||||||
|
"checksum": "2b7a958cd7f4c43d04b7afd3bb407533ba0def292b5d81e99d7ecc53034f0f40"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD0428AABEA526",
|
||||||
|
"checksum": "73e89d186c5d485cb5eb0b9579bf185b8f1f99562be4153dca64f767e9575f3d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD042A1409C977",
|
||||||
|
"checksum": "44d92647d7aeed0d24ed03d8193cb598378f7e8a77b4e760885232d4586613e7"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DD0429A68C0ECC",
|
||||||
|
"checksum": "b403abfc0725994495a7689996f5f106d9c52407d7e2ab3fcd066f7dfb3c70c0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.107": {
|
"0.3.107": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user