Compare commits

..

1 Commits
cosign ... main

Author SHA1 Message Date
Taiki Endo
ea4c42c96c Update uv@latest to 0.11.12 2026-05-10 01:07:40 +00:00
3 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
- 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.

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: false required: true
default: cosign # 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

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": {