Compare commits

..

1 Commits
main ... mdbook

Author SHA1 Message Date
Taiki Endo
5a37d3f2d2 mdbook 2026-05-09 20:38:00 +00:00
3 changed files with 4 additions and 6 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 `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: true required: false
# default: #publish:tool default: mdbook
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.12" "version": "0.11.11"
}, },
"0.11": { "0.11": {
"version": "0.11.12" "version": "0.11.11"
}, },
"0.11.12": { "0.11.12": {
"x86_64_linux_musl": { "x86_64_linux_musl": {