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

Update actions/core dependency to 1.10.0 #99

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Conversation

jceresini
Copy link
Contributor

@jceresini jceresini commented May 11, 2023

Close #100.

Github actions is deprecating the set-output command, and this action will stop working at the end of the month. Here's the warning I've seen when we run this action:

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/

According to that blog post, the issue is resolved in actions/core 1.10.0.

@jceresini
Copy link
Contributor Author

Also from the blog post, the note on when it will stop working:

We are monitoring telemetry for the usage of these commands and 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.

@Lawls91
Copy link

Lawls91 commented May 19, 2023

@tibdex will this be merged before end of May? It seems that builds will start failing without this update

@tibdex
Copy link
Owner

tibdex commented Aug 1, 2023

Thanks

@tibdex tibdex merged commit 6c3859b into tibdex:main Aug 1, 2023
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

Successfully merging this pull request may close these issues.

set-output warnings
3 participants