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.

Deprecation Warning Output from GitHub Actions

See original GitHub issue

Behaviour

Warning: The 'save-state' 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/

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/

As per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Steps to reproduce this Issue

  1. use actions/checkout@v3 to checkout a repository

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:16
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
davetapleycommented, Oct 17, 2022

@rentziass still seeing this:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout, actions/upload-artifact, actions/checkout, actions/checkout

I even tried being explicit with uses: actions/checkout@v2.5.0, but seeing the same. Any ideas? 🤔

3reactions
rentziasscommented, Oct 13, 2022

Hi @cyhcyh, this is expected as we’re beginning to deprecate those workflow and started updating actions with a fix. We’re back-porting that fix to checkout@v2 shortly to solve this for people that don’t have control over the version of checkout that is being used, I’ll report here as soon as that’s done!

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 >
Update the set-output command (deprecation warning) #351
When using this Action in a Workflow, GitHub displays a warning: The 'set-output' command is deprecated and will be disabled soon.
Read more >
How to Patch the Deprecated set-output in GitHub Workflows ...
GitHub recently deprecated the set-output workflow command on October 11, which had been the way for workflow steps, as well as for container ......
Read more >
Deprecating save-state and set-output commands
GitHub Actions : Deprecating save-state and set-output commands. actions. October 11, 2022. To avoid untrusted logged data to use save-state and set-output ......
Read more >
Dealing with Set-Output Depreciation Warnings in Terraform ...
I've got a build that is running terraform on github actions (I ... The `set-output` command is deprecated and will be disabled soon....
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