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

Fix spec generation action following GitHub change #261

Merged
merged 2 commits into from
Dec 13, 2022

Conversation

joshuagl
Copy link
Member

@joshuagl joshuagl commented Nov 3, 2022

GitHub Actions are deprecating the set-output workflow command in favour of environmental files. This PR updates the release workflow to use the new mechanism for saving output from a step.

Fixes: #259

GitHub Actions are deprecating the set-output workflow command in favour
of environmental files. Update the release workflow to use the new
mechanism for saving output from a step.

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

Fixes: theupdateframework#259

Signed-off-by: Joshua Lock <[email protected]>
Some dependencies we need do not yet have wheels available for Python 3.11
which is installed by the '3.x' version selector.

Signed-off-by: Joshua Lock <[email protected]>
@joshuagl joshuagl force-pushed the joshuagl/actions-output branch from fdbd8ab to 9379f6e Compare November 3, 2022 15:34
@trishankatdatadog
Copy link
Member

@joshuagl While I have you here, could you pls help us review #246? 🙂

Copy link
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @joshuagl!

@lukpueh lukpueh merged commit d6f0d36 into theupdateframework:master Dec 13, 2022
@joshuagl joshuagl deleted the joshuagl/actions-output branch December 13, 2022 09:11
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.

github actions set-output soon deprecated
3 participants