mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 09:30:17 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6e0e17ee4 | ||
|
|
7fc108c5f7 | ||
|
|
f1c697fa06 | ||
|
|
e4ef34df89 | ||
|
|
260683b83e |
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.32.10] - 2024-04-09
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.20.5.
|
||||||
|
|
||||||
|
## [2.32.9] - 2024-04-05
|
||||||
|
|
||||||
|
- Update `cargo-make@latest` to 0.37.11.
|
||||||
|
|
||||||
## [2.32.8] - 2024-04-05
|
## [2.32.8] - 2024-04-05
|
||||||
|
|
||||||
- Update `parse-changelog@latest` to 0.6.6.
|
- Update `parse-changelog@latest` to 0.6.6.
|
||||||
@@ -2019,7 +2027,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.32.8...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.32.10...HEAD
|
||||||
|
[2.32.10]: https://github.com/taiki-e/install-action/compare/v2.32.9...v2.32.10
|
||||||
|
[2.32.9]: https://github.com/taiki-e/install-action/compare/v2.32.8...v2.32.9
|
||||||
[2.32.8]: https://github.com/taiki-e/install-action/compare/v2.32.7...v2.32.8
|
[2.32.8]: https://github.com/taiki-e/install-action/compare/v2.32.7...v2.32.8
|
||||||
[2.32.7]: https://github.com/taiki-e/install-action/compare/v2.32.6...v2.32.7
|
[2.32.7]: https://github.com/taiki-e/install-action/compare/v2.32.6...v2.32.7
|
||||||
[2.32.6]: https://github.com/taiki-e/install-action/compare/v2.32.5...v2.32.6
|
[2.32.6]: https://github.com/taiki-e/install-action/compare/v2.32.5...v2.32.6
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ manual_assert = { level = "allow", priority = 1 }
|
|||||||
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
|
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
|
||||||
missing_errors_doc = { level = "allow", priority = 1 }
|
missing_errors_doc = { level = "allow", priority = 1 }
|
||||||
module_name_repetitions = { level = "allow", priority = 1 }
|
module_name_repetitions = { level = "allow", priority = 1 }
|
||||||
|
nonminimal_bool = { level = "allow", priority = 1 } # buggy https://github.com/rust-lang/rust-clippy/issues?q=is%3Aissue+is%3Aopen+nonminimal_bool
|
||||||
similar_names = { level = "allow", priority = 1 }
|
similar_names = { level = "allow", priority = 1 }
|
||||||
single_match = { level = "allow", priority = 1 }
|
single_match = { level = "allow", priority = 1 }
|
||||||
single_match_else = { level = "allow", priority = 1 }
|
single_match_else = { level = "allow", priority = 1 }
|
||||||
|
|||||||
18
manifests/cargo-make.json
generated
18
manifests/cargo-make.json
generated
@@ -19,10 +19,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.37.10"
|
"version": "0.37.11"
|
||||||
},
|
},
|
||||||
"0.37": {
|
"0.37": {
|
||||||
"version": "0.37.10"
|
"version": "0.37.11"
|
||||||
|
},
|
||||||
|
"0.37.11": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "6c5b0196681e4582269a6bee9c85d98533debb628ee0a7d4580c68f6f47b6cdb"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "c92d7e381c87d3619084dfb83743cf273a0e78b5fa2fdde030e12b0bfbbba954"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "097cb1bec258213b8b91cd54ea39d41018e5caac6c48d04e60d245b31838210b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "1bfb4f3fba3e22efbc504421739547eaa063414f82d7a7b1af4ff0e98cda0be3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.37.10": {
|
"0.37.10": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
20
manifests/typos.json
generated
20
manifests/typos.json
generated
@@ -15,13 +15,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.20.4"
|
"version": "1.20.5"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.20.4"
|
"version": "1.20.5"
|
||||||
},
|
},
|
||||||
"1.20": {
|
"1.20": {
|
||||||
"version": "1.20.4"
|
"version": "1.20.5"
|
||||||
|
},
|
||||||
|
"1.20.5": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "dd638fcde5e955bb801b9be28e912977dba6c857603ca14c212c71fc6cd871b0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "55cd7b30f2a081e6cda222df753da265daf816fe379d6307ba14de7f0c6a493f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "b98a51f9b41c606d7f431e2902e2929daba17ee8841f4b197b1459ee1b66b6eb"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "d35a6e13fab8b967ae07acb23416c8ed2fb9deb8d57fc0e0f7403606a968e110"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.20.4": {
|
"1.20.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user