Compare commits

..

1 Commits
main ... cosign

Author SHA1 Message Date
Taiki Endo
e89c94179a cosign 2026-05-17 09:45:22 +00:00
3 changed files with 5 additions and 7 deletions

View File

@@ -10,8 +10,6 @@ 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.10.
## [2.79.0] - 2026-05-17 ## [2.79.0] - 2026-05-17
- Support more host architectures. ([#1841](https://github.com/taiki-e/install-action/pull/1841), thanks @Gelbpunkt) - Support more host architectures. ([#1841](https://github.com/taiki-e/install-action/pull/1841), thanks @Gelbpunkt)

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: cosign
checksum: checksum:
description: Whether to enable checksums (strongly discouraged to disable) description: Whether to enable checksums (strongly discouraged to disable)
required: false required: false

6
manifests/mise.json generated
View File

@@ -27,13 +27,13 @@
} }
}, },
"latest": { "latest": {
"version": "2026.5.10" "version": "2026.5.9"
}, },
"2026": { "2026": {
"version": "2026.5.10" "version": "2026.5.9"
}, },
"2026.5": { "2026.5": {
"version": "2026.5.10" "version": "2026.5.9"
}, },
"2026.5.10": { "2026.5.10": {
"x86_64_linux_musl": { "x86_64_linux_musl": {