mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6dc131d2c | ||
|
|
92585e4f79 | ||
|
|
32a9cb44cb | ||
|
|
662c1dd6eb |
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.67] - 2024-11-08
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.27.3.
|
||||||
|
|
||||||
|
## [2.44.66] - 2024-11-08
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.107.
|
||||||
|
|
||||||
## [2.44.65] - 2024-11-08
|
## [2.44.65] - 2024-11-08
|
||||||
|
|
||||||
- Update `cargo-lambda@latest` to 1.5.0.
|
- Update `cargo-lambda@latest` to 1.5.0.
|
||||||
@@ -3050,7 +3058,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.65...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.67...HEAD
|
||||||
|
[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.65]: https://github.com/taiki-e/install-action/compare/v2.44.64...v2.44.65
|
[2.44.65]: https://github.com/taiki-e/install-action/compare/v2.44.64...v2.44.65
|
||||||
[2.44.64]: https://github.com/taiki-e/install-action/compare/v2.44.63...v2.44.64
|
[2.44.64]: https://github.com/taiki-e/install-action/compare/v2.44.63...v2.44.64
|
||||||
[2.44.63]: https://github.com/taiki-e/install-action/compare/v2.44.62...v2.44.63
|
[2.44.63]: https://github.com/taiki-e/install-action/compare/v2.44.62...v2.44.63
|
||||||
|
|||||||
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.106"
|
"version": "0.3.107"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.106"
|
"version": "0.3.107"
|
||||||
|
},
|
||||||
|
"0.3.107": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCFFDABE39EB33",
|
||||||
|
"checksum": "c04c365fc7bbff63c5ad48afed7922b2c164643795b019caf294543135c72dc3"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCFFDAF34A4A0C",
|
||||||
|
"checksum": "0dcfa8b2cc11c0bd5faee771940a24b2f828cde28571b64c579123a757db156e"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCFFDB847E30C1",
|
||||||
|
"checksum": "6f5055da7e320ba0b4ca086dc34187c98e4c2c6b05e3ca308a06fbdb631810b3"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCFFDAC2A19EB3",
|
||||||
|
"checksum": "44551202b60551ed1363abcb285676fc03864bc47a71a5fdfbc48a093aee5976"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCFFDB34F4FABE",
|
||||||
|
"checksum": "1bfa1d07c8b2a1a744b03f0adc367e6b34066604aa0c10f51fd00afd4cdfb3dc"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCFFDBACB83D67",
|
||||||
|
"checksum": "484767e3677e0b6c1735b01fcdfd3834d549688b8f8930e0c0d6dee1e0dbb7d6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.106": {
|
"0.3.106": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
24
manifests/typos.json
generated
24
manifests/typos.json
generated
@@ -16,13 +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.27.2"
|
"version": "1.27.3"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.27.2"
|
"version": "1.27.3"
|
||||||
},
|
},
|
||||||
"1.27": {
|
"1.27": {
|
||||||
"version": "1.27.2"
|
"version": "1.27.3"
|
||||||
|
},
|
||||||
|
"1.27.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD000722C414AA",
|
||||||
|
"checksum": "d1020ef4c89a7e9d4f70292b4cf88e4c28de44c9da881cfb6e3aec153a61cced"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD0007309510F6",
|
||||||
|
"checksum": "3afdf4a7101e7b074a364d6eeb4d4ec2f9ec567002f540d774e1cfe12849a8b5"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD00075F9477C4",
|
||||||
|
"checksum": "b9b1f42a748c8cbab07d9ca9346f50ec507d2efeb97245af921edd642709b274"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD0006FC7BC3B8",
|
||||||
|
"checksum": "ced08f770df26787c351363aad59d5fd6027b7a45335c2fddfcf82615d88e607"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.27.2": {
|
"1.27.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user