wordpress-importer icon indicating copy to clipboard operation
wordpress-importer copied to clipboard

GH Actions: fix use of deprecated `set-output`

Open jrfnl opened this issue 3 years ago • 0 comments

GitHub has deprecated the use of set-output (and set-state) in favour of new environment files.

This commit updates workflows to use the new methodology.

Refs:

  • https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files

jrfnl avatar Oct 14 '22 21:10 jrfnl