Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
jciarka opened this issue Apr 28, 2023 · 0 comments · May be fixed by #287
Open
1 task done

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

jciarka opened this issue Apr 28, 2023 · 0 comments · May be fixed by #287
Labels
hacktoberfest Issues for participation in Hacktoberfest Status: Up for grabs Issues that are ready to be worked on by anyone Type: Bug Something isn't working as documented
Projects

Comments

@jciarka
Copy link

jciarka commented Apr 28, 2023

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

  • I agree to follow this project's Code of Conduct
@jciarka jciarka added Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented labels Apr 28, 2023
@ghost ghost added this to Bugs in JS Apr 28, 2023
@kfcampbell kfcampbell added Priority: Normal Status: Up for grabs Issues that are ready to be worked on by anyone and removed Status: Triage This is being looked at and prioritized labels May 1, 2023
@nickfloyd nickfloyd added the hacktoberfest Issues for participation in Hacktoberfest label Sep 20, 2023
@Uzlopak Uzlopak linked a pull request Dec 26, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues for participation in Hacktoberfest Status: Up for grabs Issues that are ready to be worked on by anyone Type: Bug Something isn't working as documented
Projects
Status: 🔥 Backlog
JS
  
Bugs
Development

Successfully merging a pull request may close this issue.

3 participants