Compare commits

..

10 Commits

Author SHA1 Message Date
Taiki Endo
70f4d41e0b Update tombi@latest to 0.11.4 2026-05-14 04:46:08 +00:00
Taiki Endo
491c6169a3 Update covgate@latest to 0.2.0 2026-05-14 04:46:08 +00:00
Taiki Endo
16e7fa2774 Update cargo-llvm-cov@latest to 0.8.7 2026-05-14 04:46:08 +00:00
Taiki Endo
91bfbce5d8 Update uv@latest to 0.11.14 2026-05-13 19:03:25 +00:00
Taiki Endo
811230b7a5 Update tombi@latest to 0.11.3 2026-05-13 19:03:25 +00:00
Taiki Endo
e81ed3c319 Update mise manifest 2026-05-13 19:03:25 +00:00
Taiki Endo
5d09053007 Update martin@latest to 1.9.1 2026-05-13 19:03:25 +00:00
Taiki Endo
ce046c772f Update tombi@latest to 0.11.2 2026-05-13 16:19:45 +00:00
Taiki Endo
88a251264f Update tombi manifest 2026-05-13 04:41:43 +00:00
Taiki Endo
9bfd394ecc Update covgate manifest 2026-05-13 02:00:53 +00:00
8 changed files with 105 additions and 12 deletions

View File

@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Update `covgate@latest` to 0.2.0.
- Update `cargo-llvm-cov@latest` to 0.8.7.
- Update `uv@latest` to 0.11.14.
- Update `martin@latest` to 1.9.1.
- Update `tombi@latest` to 0.11.4.
## [2.77.7] - 2026-05-13
- Update `mise@latest` to 2026.5.6.

View File

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

View File

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

23
manifests/covgate.json generated
View File

@@ -19,7 +19,28 @@
}
},
"latest": {
"version": "0.1.4"
"version": "0.2.0"
},
"0.2": {
"version": "0.2.0"
},
"0.2.0": {
"x86_64_linux_musl": {
"etag": "0x8DEB08EEA0C6D64",
"hash": "2b3e8aae7e26f584db9dec00cc70d27876dad929f3230fcd0a85f39e4a1f0e36"
},
"x86_64_windows": {
"etag": "0x8DEB08EEA0D2FD4",
"hash": "29d2049edbdb78e67895ab8bc13d8400dec4bd7d9de075e73f7c62466ce5a6e9"
},
"aarch64_linux_musl": {
"etag": "0x8DEB08EEA0FC504",
"hash": "6f13614a312f70090d071bd2ce8d4cebd665be97bc7a6d93589f25c14e2e22ef"
},
"aarch64_macos": {
"etag": "0x8DEB08EEA0A4CE2",
"hash": "23b784619d5bb8040916d0a625e563d9ca244c05f3b20e813b6ab6f79a0487b7"
}
},
"0.1": {
"version": "0.1.4"

6
manifests/martin.json generated
View File

@@ -31,13 +31,13 @@
}
},
"latest": {
"version": "1.9.0"
"version": "1.9.1"
},
"1": {
"version": "1.9.0"
"version": "1.9.1"
},
"1.9": {
"version": "1.9.0"
"version": "1.9.1"
},
"1.9.1": {
"x86_64_linux_musl": {

26
manifests/mise.json generated
View File

@@ -35,6 +35,32 @@
"2026.5": {
"version": "2026.5.6"
},
"2026.5.7": {
"x86_64_linux_musl": {
"etag": "0x8DEB10A2897A9EF",
"hash": "844536d1da057de8cbe9a1eea0416f462bd96973402bc643029a0e0d7271dd5a"
},
"x86_64_macos": {
"etag": "0x8DEB10A2B8DBDF3",
"hash": "32741fe6e31b01f81cbdb98f0abf7469cc682eeefa67908b932ccd17ed97e73e"
},
"x86_64_windows": {
"etag": "0x8DEB10A2D502EE9",
"hash": "7930487f8d4cfd9a2349b24e2698bcb1eef4b952e8c52e3444a8c1bb1c6d2aa2"
},
"aarch64_linux_musl": {
"etag": "0x8DEB10A24A9F4FA",
"hash": "a13239c0e822b3261e6ea05b9b8c6c98d78bdeebe5ba20ab22c0fa25bbf72e68"
},
"aarch64_macos": {
"etag": "0x8DEB10A2A96B890",
"hash": "40fd197440938ca71b07862eacce640fdf136df75aba6ed5fc397be9f9117c77"
},
"aarch64_windows": {
"etag": "0x8DEB10A2CB5D542",
"hash": "e598fe431ec5f8b0c522615440ee27c955e5cb6656ba2f3c4b40acf42c2fd647"
}
},
"2026.5.6": {
"x86_64_linux_musl": {
"etag": "0x8DEAF768EE11E62",

40
manifests/tombi.json generated
View File

@@ -2,10 +2,46 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "0.11.1"
"version": "0.11.4"
},
"0.11": {
"version": "0.11.1"
"version": "0.11.4"
},
"0.11.4": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DEB0A365D54227",
"hash": "05fd1fb924588e25b575e5178fae22f5725ad852358a69966c93309b6b69d478",
"bin": "tombi-cli-0.11.4-x86_64-unknown-linux-musl/tombi"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-apple-darwin.tar.gz",
"etag": "0x8DEB0A36550C89F",
"hash": "1c0c0b7ae2b6d151345ac0d2c0aa8b8038a12850b046c0734f5dd38b830ea3f6",
"bin": "tombi-cli-0.11.4-x86_64-apple-darwin/tombi"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-x86_64-pc-windows-msvc.zip",
"etag": "0x8DEB0A3655619D4",
"hash": "1fef31f3338b82759e6ad6c8292a1b1aea0640c441cd44ca57599ab23221c061"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DEB0A365EFD827",
"hash": "b328200ed71260cc6e08de2560afbe08de722ac5f3bc433dbff49f740c4b3e95",
"bin": "tombi-cli-0.11.4-aarch64-unknown-linux-musl/tombi"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-aarch64-apple-darwin.tar.gz",
"etag": "0x8DEB0A36545B192",
"hash": "8e413ca597a883f2b0e3c58fedfafcc339e8cfe90eb38dbdc0eba3e4e0952b2a",
"bin": "tombi-cli-0.11.4-aarch64-apple-darwin/tombi"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.11.4/tombi-cli-0.11.4-aarch64-pc-windows-msvc.zip",
"etag": "0x8DEB0A3654E3373",
"hash": "76c68dd31075e9b596bbdff419281cd06348e7355fb51f2b7eed29f375745ab6"
}
},
"0.11.3": {
"x86_64_linux_musl": {

4
manifests/uv.json generated
View File

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