mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 15:10:24 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7789df691a | ||
|
|
53e64dbafc | ||
|
|
6576756479 | ||
|
|
6c150cf7e3 | ||
|
|
2201be98b6 |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.5.5.
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.158.
|
||||||
|
|
||||||
|
- Update `just@latest` to 1.51.0.
|
||||||
|
|
||||||
## [2.77.5] - 2026-05-11
|
## [2.77.5] - 2026-05-11
|
||||||
|
|
||||||
- Update `biome@latest` to 2.4.15.
|
- Update `biome@latest` to 2.4.15.
|
||||||
|
|||||||
@@ -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: false
|
required: true
|
||||||
default: tombi
|
# default: #publish:tool
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
22
manifests/cargo-deny.json
generated
22
manifests/cargo-deny.json
generated
@@ -28,6 +28,28 @@
|
|||||||
"0.19": {
|
"0.19": {
|
||||||
"version": "0.19.5"
|
"version": "0.19.5"
|
||||||
},
|
},
|
||||||
|
"0.19.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF4B78F6F2BB",
|
||||||
|
"hash": "0021d321c781f0159a150ca308859ad93ccce64a887b22ad2e129f096a8a2c07"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAF4B5F6AE77A",
|
||||||
|
"hash": "2526753e4f10ce8a0c9c45ba634e59d7c07e4aace9a21304a0fa86fb089b7039"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAF4BAABFE5E0",
|
||||||
|
"hash": "e334e1f7d6f8b9ed47a9ff9fa9f3c3190138b4e5e2cc4cdbc23ceea943cd253b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAF4B908B1216",
|
||||||
|
"hash": "d27bdcc361099068db61652761633e338372d4fa318d38944f09af3b1639d52a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAF4B720C018A",
|
||||||
|
"hash": "1eca0934ec7bf12d8b9a8303335e1fff8bcc0767476947a50d3357858eded222"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.19.5": {
|
"0.19.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEADC4AFCE086D",
|
"etag": "0x8DEADC4AFCE086D",
|
||||||
|
|||||||
7
manifests/just.json
generated
7
manifests/just.json
generated
@@ -21,10 +21,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.50.0"
|
"version": "1.51.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.50.0"
|
"version": "1.51.0"
|
||||||
|
},
|
||||||
|
"1.51": {
|
||||||
|
"version": "1.51.0"
|
||||||
},
|
},
|
||||||
"1.51.0": {
|
"1.51.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
6
manifests/mise.json
generated
6
manifests/mise.json
generated
@@ -27,13 +27,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.5.4"
|
"version": "2026.5.5"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.5.4"
|
"version": "2026.5.5"
|
||||||
},
|
},
|
||||||
"2026.5": {
|
"2026.5": {
|
||||||
"version": "2026.5.4"
|
"version": "2026.5.5"
|
||||||
},
|
},
|
||||||
"2026.5.5": {
|
"2026.5.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/release-plz.json
generated
4
manifests/release-plz.json
generated
@@ -21,10 +21,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.158"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.157"
|
"version": "0.3.158"
|
||||||
},
|
},
|
||||||
"0.3.158": {
|
"0.3.158": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
38
manifests/uv.json
generated
38
manifests/uv.json
generated
@@ -73,6 +73,44 @@
|
|||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.12"
|
"version": "0.11.12"
|
||||||
},
|
},
|
||||||
|
"0.11.13": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEAEFE430114AF",
|
||||||
|
"hash": "5635afc285df86ce6f05f3f22335f9548b0026e58531904482c9670a1c1c65d9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEAEFE4253E445",
|
||||||
|
"hash": "99aad3f4956f5b92efd83eca6d87bf03e10688899487ad541f904c9c25c61dc1"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEAEFE427A53D9",
|
||||||
|
"hash": "0953ac2ef4fbe47ad469bfa80b658a577a02c4d73a2fb9c4c7c70dda432efded"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEAEFE40084378",
|
||||||
|
"hash": "bea8a97b1b3ed41491e075c1f474e7f0249582aa3f62849c4e874b5f34ddc95e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEAEFE3F57BB6D",
|
||||||
|
"hash": "196a58aa24da89144187670df7c407358028984537fbc2f8f2d8f7a2604980df"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEAEFE3F99D13E",
|
||||||
|
"hash": "07c3c997020430a9f287fc05ff4c63fd5744eec49df5392a34731ed1a0971f2e"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE419010F4",
|
||||||
|
"hash": "7f302104ea18a01381fe58434b593f887c4f10bc523ad50781de408fbec54354"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE41C1E56B",
|
||||||
|
"hash": "3264ce97b34d5c8d37c1e67821a74960ca89237e001253309a3cda25fb416040"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DEAEFE422394B9",
|
||||||
|
"hash": "e0e5e0a652650900d97f6a660bae526601033d9d071ca5dd9ca735442161ebed"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.11.12": {
|
"0.11.12": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEAD528B9020D3",
|
"etag": "0x8DEAD528B9020D3",
|
||||||
|
|||||||
Reference in New Issue
Block a user