octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API
https://github.com/marketplace/actions/GitHub-API-Request
MIT License
363 stars 48 forks source link

[BUG]: Deprecation of GitHub Actions save-state and set-output commands #244

Open jciarka opened 1 year ago

jciarka commented 1 year ago

What happened?

When running action, warnings regarding the deprecation of set-output appears.

Warning showed below:

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Are there any plans for exchanging set-output function invocations to echo "{name}={value}" >> $GITHUB_OUTPUT

Versions

Octokit.js v2.1.0

Relevant log output

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Code of Conduct