yeslayla / build-godot-action

GitHub action that builds a Godot project for multiple platforms
https://github.com/josephbmanley/build-godot-action
MIT License
116 stars 24 forks source link

switch from using set-output to $GITHUB_OUTPUT #26

Open DerpyChap opened 7 months ago

DerpyChap commented 7 months ago

set-output is depreciated, although its removal has been postponed with no ETA https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Even though there's no rush to fix this, I figured I'd open up this PR anyway just because the depreciation warnings were bugging me lol.