rickstaa / action-black

Runs the psf/black formatter to check/format your python code.
https://github.com/marketplace/actions/run-black-formatter
MIT License
39 stars 13 forks source link

Remove set-output #16

Closed Bwc9876 closed 2 years ago

Bwc9876 commented 2 years ago

set-output is deprecated, this changes the action to use >> $GITHUB_OUTPUT instead.

andreybabynin commented 2 years ago

also waiting for this.

rickstaa commented 2 years ago

@Bwc9876 Good catch! Merged into the main branch.