Compare commits

...

6 Commits

Author SHA1 Message Date
Taiki Endo
503e871634 nextest 2026-05-10 09:54:13 +00:00
Taiki Endo
ec28e28791 Release 2.77.4 2026-05-10 09:54:11 +00:00
Taiki Endo
84fb204c29 Update tombi@latest to 0.11.1 2026-05-10 09:48:37 +00:00
Taiki Endo
c0382aea5c Update cargo-llvm-cov@latest to 0.8.6 2026-05-10 09:48:37 +00:00
Taiki Endo
e32a7559c7 Update just manifest 2026-05-10 07:15:20 +00:00
Taiki Endo
ea4c42c96c Update uv@latest to 0.11.12 2026-05-10 01:07:40 +00:00
6 changed files with 44 additions and 9 deletions

View File

@@ -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.77.4] - 2026-05-10
- Update `tombi@latest` to 0.11.1.
- Update `cargo-llvm-cov@latest` to 0.8.6.
- Update `uv@latest` to 0.11.12.
## [2.77.3] - 2026-05-09 ## [2.77.3] - 2026-05-09
- Update `typos@latest` to 1.46.1. - Update `typos@latest` to 1.46.1.
@@ -6494,7 +6502,8 @@ 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.77.3...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.77.4...HEAD
[2.77.4]: https://github.com/taiki-e/install-action/compare/v2.77.3...v2.77.4
[2.77.3]: https://github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3 [2.77.3]: https://github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3
[2.77.2]: https://github.com/taiki-e/install-action/compare/v2.77.1...v2.77.2 [2.77.2]: https://github.com/taiki-e/install-action/compare/v2.77.1...v2.77.2
[2.77.1]: https://github.com/taiki-e/install-action/compare/v2.77.0...v2.77.1 [2.77.1]: https://github.com/taiki-e/install-action/compare/v2.77.0...v2.77.1

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs: inputs:
tool: tool:
description: Tools to install (whitespace or comma separated list) description: Tools to install (whitespace or comma separated list)
required: true required: false
# default: #publish:tool default: nextest
checksum: checksum:
description: Whether to enable checksums (strongly discouraged to disable) description: Whether to enable checksums (strongly discouraged to disable)
required: false required: false

View File

@@ -30,10 +30,10 @@
} }
}, },
"latest": { "latest": {
"version": "0.8.5" "version": "0.8.6"
}, },
"0.8": { "0.8": {
"version": "0.8.5" "version": "0.8.6"
}, },
"0.8.6": { "0.8.6": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

26
manifests/just.json generated
View File

@@ -26,6 +26,32 @@
"1": { "1": {
"version": "1.50.0" "version": "1.50.0"
}, },
"1.51.0": {
"x86_64_linux_musl": {
"etag": "0x8DEAE57CA880015",
"hash": "c8f085ca3e885723c341d06243fc291b5abfdc8bbe3b2c076b117de490387b59"
},
"x86_64_macos": {
"etag": "0x8DEAE57CE96D452",
"hash": "d583e45f1f9fcdd26069ad2fe3bb9dea414756d8d0752eb9093974cb5c0246f0"
},
"x86_64_windows": {
"etag": "0x8DEAE5807F7D123",
"hash": "09d1138b6845e73f04bff5e26be3f57663bddca25e36fe6241d28a5aa310b64e"
},
"aarch64_linux_musl": {
"etag": "0x8DEAE57D7B4C6C3",
"hash": "ed7ec466b77709198fd4afed253dba0270203ba5eb1c006bee2b0139090284f5"
},
"aarch64_macos": {
"etag": "0x8DEAE57C4207AAF",
"hash": "61e3f1b8a545ff064b091eab4b6e14f8cc743ff15549be293b1e92f5b1467002"
},
"aarch64_windows": {
"etag": "0x8DEAE58150634C5",
"hash": "12bf56b5b3463e20a1dbb61e3d14748efaefb49231223ef465fbec4d442e2d20"
}
},
"1.50": { "1.50": {
"version": "1.50.0" "version": "1.50.0"
}, },

4
manifests/tombi.json generated
View File

@@ -2,10 +2,10 @@
"rust_crate": null, "rust_crate": null,
"template": null, "template": null,
"latest": { "latest": {
"version": "0.11.0" "version": "0.11.1"
}, },
"0.11": { "0.11": {
"version": "0.11.0" "version": "0.11.1"
}, },
"0.11.1": { "0.11.1": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

4
manifests/uv.json generated
View File

@@ -68,10 +68,10 @@
} }
}, },
"latest": { "latest": {
"version": "0.11.11" "version": "0.11.12"
}, },
"0.11": { "0.11": {
"version": "0.11.11" "version": "0.11.12"
}, },
"0.11.12": { "0.11.12": {
"x86_64_linux_musl": { "x86_64_linux_musl": {