question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning in workflow about set-output

See original GitHub issue

Description: 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/

image

Task version: V3

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
IvanZosimovcommented, Oct 12, 2022

Hi, @leandromsft 👋 Thanks for the issue, we are currently working on it.

1reaction
IvanZosimovcommented, Oct 14, 2022

@leandromsft, I’m going to close this issue now, because the new patch version of the action was released and it solves the problem with the warning. If you have any additional questions, feel free to ping us.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the set-output GitHub Actions Deprecation Warning
If you have a GitHub Actions workflow that sets an output using echo ::set-output key=value , you have started to see an unhelpful...
Read more >
Deprecating save-state and set-output commands
Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error. Patching your actions and workflows.
Read more >
How to Patch the Deprecated set-output in GitHub Workflows ...
Within the last week or so, I started noticing deprecation warnings in the logs of my GitHub Actions workflow runs.
Read more >
GitHub Actions Set Output Migration For Multiline Pull Request ...
GitHub Actions workflow set-output deprecation warning. The set-output command is deprecated and will be disabled soon.
Read more >
Github Actions: set-output does not seem to work
output1 is defined as that job's steps.step1.outputs.test . You can see a (very) minimal example of this here, with its corresponding workflow ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found