bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Stop using deprecated set-output in GitHub Action workflows #801

Closed jeffcharles closed 3 weeks ago

jeffcharles commented 4 weeks ago

Description of the change

Uses the updated syntax for setting step outputs.

Why am I making this change?

We're getting deprecation warnings using the current syntax. See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.

Checklist