ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
178 stars 113 forks source link

CI: Avoid Float 3.0 in YAML #213

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

Add quotes around "3.0" in YAML to avoid the issue reported in https://github.com/actions/runner/issues/849.

kou commented 3 years ago

Thanks!