Compare commits

..

1 Commits

Author SHA1 Message Date
Taiki Endo
eb7967a634 Update gungraun-runner@latest to 0.19.0 2026-05-16 15:46:52 +00:00
3 changed files with 8 additions and 3 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]
- Update `gungraun-runner@latest` to 0.19.0.
## [2.78.2] - 2026-05-16
- Update `wasm-pack@latest` to 0.15.0.

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (whitespace or comma separated list)
required: false
default: git-cliff
required: true
# default: #publish:tool
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

View File

@@ -23,7 +23,10 @@
}
},
"latest": {
"version": "0.18.2"
"version": "0.19.0"
},
"0.19": {
"version": "0.19.0"
},
"0.19.0": {
"x86_64_linux_musl": {