mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 18:40:23 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a983ca7951 | ||
|
|
66de739d66 | ||
|
|
790813cf48 | ||
|
|
1a4c35697b |
11
CHANGELOG.md
11
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.65.11] - 2026-01-01
|
||||
|
||||
- Update `cargo-tarpaulin@latest` to 0.35.0.
|
||||
|
||||
- Update `typos@latest` to 1.41.0.
|
||||
|
||||
- Update `vacuum@latest` to 0.23.0.
|
||||
|
||||
## [2.65.10] - 2025-12-31
|
||||
|
||||
- Update `mise@latest` to 2025.12.13.
|
||||
@@ -5239,7 +5247,8 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.10...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.11...HEAD
|
||||
[2.65.11]: https://github.com/taiki-e/install-action/compare/v2.65.10...v2.65.11
|
||||
[2.65.10]: https://github.com/taiki-e/install-action/compare/v2.65.9...v2.65.10
|
||||
[2.65.9]: https://github.com/taiki-e/install-action/compare/v2.65.8...v2.65.9
|
||||
[2.65.8]: https://github.com/taiki-e/install-action/compare/v2.65.7...v2.65.8
|
||||
|
||||
27
manifests/cargo-tarpaulin.json
generated
27
manifests/cargo-tarpaulin.json
generated
@@ -19,7 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "0.34.1"
|
||||
"version": "0.35.0"
|
||||
},
|
||||
"0.35": {
|
||||
"version": "0.35.0"
|
||||
},
|
||||
"0.35.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE492C027404B9",
|
||||
"checksum": "aa2f052426b91abd7c9669af6ecc6eeeccd3c804179e3334bf0d90d43678f408"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE492C2D3D836E",
|
||||
"checksum": "2ce5666613ea6c69b7875fb8a21338f93f960a057eae0d26f9b8b0560ceb8890"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE492C90716874",
|
||||
"checksum": "d57bf276b9ac4e06e83d07871154328347ed147b72f852e44d9cf62258d03c16"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE492C5674694D",
|
||||
"checksum": "30133ac322d76fd4986d582c09906af831b5de68f5cc2a5168b5ee2133e4d369"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE492C3243381F",
|
||||
"checksum": "e08a715f1051a997c6f761b661a9839bb7c06ef0fd9d2c21eafe9db3158ba9a9"
|
||||
}
|
||||
},
|
||||
"0.34": {
|
||||
"version": "0.34.1"
|
||||
|
||||
29
manifests/typos.json
generated
29
manifests/typos.json
generated
@@ -22,10 +22,35 @@
|
||||
},
|
||||
"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": {
|
||||
"version": "1.40.1"
|
||||
"version": "1.41.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.40.1"
|
||||
"version": "1.41.0"
|
||||
},
|
||||
"1.41": {
|
||||
"version": "1.41.0"
|
||||
},
|
||||
"1.41.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE487B89807FA5",
|
||||
"checksum": "5ca7a41494f8983d411f6737e41d8103d854f5f90f40f9143ed831050e686d5b"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE487B882C330A",
|
||||
"checksum": "fb2354887127bb1537ab1b08bce618e362b0104addfa90c020ee94ae83429870"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE487BD3FF4AD7",
|
||||
"checksum": "7db7e8ff153c700b65848daee9ba30e53d4714ca49a361e32b284b981cf17d6b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE487B8C83CAFA",
|
||||
"checksum": "e1895960ceb8f706ae7884c26ff4c407df5a4b0bdc44c205bae54ed32a7d1b96"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE487BB036AEF0",
|
||||
"checksum": "788a03ab9b17e7cfcd591aa44a62720e1db9f041855e7923113fdad141ce643d"
|
||||
}
|
||||
},
|
||||
"1.40": {
|
||||
"version": "1.40.1"
|
||||
|
||||
31
manifests/vacuum.json
generated
31
manifests/vacuum.json
generated
@@ -22,7 +22,36 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.22.0"
|
||||
"version": "0.23.0"
|
||||
},
|
||||
"0.23": {
|
||||
"version": "0.23.0"
|
||||
},
|
||||
"0.23.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DE480F2DF7DAD3",
|
||||
"checksum": "8737f4d77faaeb93d502e8b174375e2cacfc133182340a9921f896071de41ebc"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DE480F2D6B0678",
|
||||
"checksum": "56be4f991fae7e50e34e6a24557a747e2a326923b73395ffa2106934f0379c58"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DE480F2D548A91",
|
||||
"checksum": "94abaf8e2b7bd7962f18b644a0ea0630d521d00cfdc4ce198014abf00973cf4c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DE480F2DBFA500",
|
||||
"checksum": "32ae4cafb33c0c1a9c6ff8ca2642e99057af772a7406013c28abb4724fb0de93"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DE480F2D4228B2",
|
||||
"checksum": "ba172f719268bd0f8b8c35e53eb0a275f122d230cf6adf343e5089d402ffbf42"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DE480F2DE29609",
|
||||
"checksum": "60751544570e19404643162248dce7944e88cb51ebd11c4aa836ea5f43775e38"
|
||||
}
|
||||
},
|
||||
"0.22": {
|
||||
"version": "0.22.0"
|
||||
|
||||
Reference in New Issue
Block a user