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

Warning "The set-output command is deprecated and will be disabled soon" still persists after action upgrade to v4.2.1 #640

Closed
kryshenp opened this issue Nov 24, 2022 · 4 comments

Comments

@kryshenp
Copy link

Release 4.2.1 https://github.com/cypress-io/github-action/releases/tag/v4.2.1 should fix deps: set-output command warnings from GitHub caused by @actions/core package to be lower than v1.10.0.

In my workflow I tried
cypress-io/github-action@v4.2.1, cypress-io/github-action@a66d9963a59d417607160127678cba80faf72cf4, and cypress-io/github-action@032c1ed6197b579a85b6759a05daa6370ea71f8b , but I still see the following warning message:
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/

Does anybody have the same result as I do?

@jaredwebber
Copy link

I'm still seeing the warning message as well. It looks like the actions/cache@v1.0.11 dependency may need to be updated to actions/cache@v3.0.11 as that's where actions/cache was updated to use actions/core@v1.10.0 (actions/cache PR #956).

@kryshenp
Copy link
Author

kryshenp commented Nov 28, 2022

Maybe it's related to this issue #613. They still have related PR opened: #638

@MikeMcC399
Copy link
Collaborator

@kryshenp

@kryshenp
Copy link
Author

Thanks @MikeMcC399 . After the update to https://github.com/cypress-io/github-action/releases/tag/v4.2.2 there is no such issue anymore. Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants