diff --git a/action.yml b/action.yml index 5aad9db..97af51c 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ outputs: description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831" value: ${{steps.rustc-version.outputs.cachekey}} name: - description: Rustup's name for this version of the toolchain, suitable for use with `${{'cargo +${{steps.toolchain.outputs.name}}'}}`. + description: Rustup's name for the selected version of the toolchain. "1.62.0" # suitable for use with `cargo +${{steps.toolchain.outputs.name}}` value: ${{steps.parse.outputs.toolchain}} runs: