package api
// RuntimeAPIVersion represents the version for the Actions runtime API
var (
RuntimeAPIVersion = "1.0"
)