Compare commits

..

4 Commits

Author SHA1 Message Date
Taiki Endo
43d30c865a shellcheck 2026-05-29 13:49:26 +00:00
Taiki Endo
873c7452ca Release 2.79.14 2026-05-29 13:49:24 +00:00
Taiki Endo
568c126358 Update vacuum@latest to 0.27.0 2026-05-29 22:38:45 +09:00
Taiki Endo
2f4ddd0d44 Update cargo-deny@latest to 0.19.8 2026-05-29 22:38:45 +09:00
4 changed files with 16 additions and 6 deletions

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.79.14] - 2026-05-29
- Update `vacuum@latest` to 0.27.0.
- Update `cargo-deny@latest` to 0.19.8.
## [2.79.13] - 2026-05-29 ## [2.79.13] - 2026-05-29
- Update `gungraun-runner@latest` to 0.19.1. - Update `gungraun-runner@latest` to 0.19.1.
@@ -6684,7 +6690,8 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.13...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.14...HEAD
[2.79.14]: https://github.com/taiki-e/install-action/compare/v2.79.13...v2.79.14
[2.79.13]: https://github.com/taiki-e/install-action/compare/v2.79.12...v2.79.13 [2.79.13]: https://github.com/taiki-e/install-action/compare/v2.79.12...v2.79.13
[2.79.12]: https://github.com/taiki-e/install-action/compare/v2.79.11...v2.79.12 [2.79.12]: https://github.com/taiki-e/install-action/compare/v2.79.11...v2.79.12
[2.79.11]: https://github.com/taiki-e/install-action/compare/v2.79.10...v2.79.11 [2.79.11]: https://github.com/taiki-e/install-action/compare/v2.79.10...v2.79.11

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

View File

@@ -23,10 +23,10 @@
} }
}, },
"latest": { "latest": {
"version": "0.19.7" "version": "0.19.8"
}, },
"0.19": { "0.19": {
"version": "0.19.7" "version": "0.19.8"
}, },
"0.19.8": { "0.19.8": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

5
manifests/vacuum.json generated
View File

@@ -21,7 +21,10 @@
} }
}, },
"latest": { "latest": {
"version": "0.26.8" "version": "0.27.0"
},
"0.27": {
"version": "0.27.0"
}, },
"0.27.2": { "0.27.2": {
"x86_64_linux_musl": { "x86_64_linux_musl": {