BetaHuhn / repo-file-sync-action

🔄 GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.
https://github.com/marketplace/actions/repo-file-sync-action
MIT License
290 stars 84 forks source link

Deprecated set-output command needs to be updated as setoutput #263

Closed brunofarina closed 1 year ago

brunofarina commented 2 years ago

The set-output command is being deprecated, now it should be updated and used as setoutput.

Below blog post regarding this update.

BetaHuhn commented 2 years ago

Thanks for the heads up!

Seems like we just need to bump @actions/core to v1.10.0

brunofarina commented 2 years ago

Yeah, that's correct.

BetaHuhn commented 1 year ago

Closing this as the action now uses v1.10.0 of @actions/core.