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] github actions has depreciated and will remove a feature used in this action 'set-output' see link #865

Closed
2 tasks done
don450p opened this issue Dec 15, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@don450p
Copy link

don450p commented Dec 15, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

Describe the bug?

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

Not currently a bug but upon the date of removal from actions it will become a breaking bug

To Reproduce

Use the action: see depreciation messages
Search repo to see all instances of the depreciated github actions command
https://github.com/tj-actions/changed-files/search?q=set-output

What OS are you seeing the problem on?

all

Expected behavior?

No depreciation message

Relevant log output

Search of main showing this is still in use
https://github.com/tj-actions/changed-files/search?q=set-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/


### Anything else?


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

plan to fully disable them on 31st May 2023. Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error.


### Code of Conduct

- [X] I agree to follow this project's Code of Conduct
@don450p don450p added the bug Something isn't working label Dec 15, 2022
@github-actions
Copy link
Contributor

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1
Copy link
Member

@don450p This has been resolved in the latest release. The error can be resolved by upgrading to v34

@don450p
Copy link
Author

don450p commented Dec 15, 2022

Thank you, I am sorry I should have checked more carefully to see I was not on latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants