limitusus/json-syntax-check

`set-output` is deprecated

dgw opened this issue · 3 comments

dgw commented

This set-output line will cause the action to fail with an error as of June 1, 2023 (per GitHub blog):

puts "::set-output name=failed_files::#{JSON.dump(failures.map(&:file))}"

It presently generates a warning, as of Actions Runner version 2.298.2:

image

dgw commented

Super fast response, thank you!

Since you've bumped the action to v2.0.0 with this and a few other changes, can you make a v2 tag like the v1 one that always points to the latest version in that series?

Sure I've just pushed v2 tag pointing v2.0.0 currently.

dgw commented

Thank you again!