liufengyun / hashdiff

Hashdiff is a ruby library to to compute the smallest difference between two hashes
MIT License
560 stars 63 forks source link

CI: Quote the '3.0' in YAML, to make it render as a full string #95

Closed olleolleolle closed 3 months ago

olleolleolle commented 3 months ago

This is a very small change, but which avoids a Float-to-String loss of characters.

An example (not from this project) of what it can look like before this change, in this picture:

bild

Read more details, if you like: https://github.com/actions/runner/issues/849