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

GH Actions: fix use of deprecated set-output #68

Merged
merged 1 commit into from Feb 2, 2023

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Oct 14, 2022

GitHub has deprecated the use of set-output (and set-state) in favour of new environment files.

This commit updates workflows to use the new methodology.

Refs:

GitHub has deprecated the use of `set-output` (and `set-state`) in favour of new environment files.

This commit updates workflows to use the new methodology.

Refs:
* https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
@rdohms rdohms added this to the v0.5.0 milestone Feb 2, 2023
@rdohms rdohms added the CI This issue or pull request is related to the build process label Feb 2, 2023
@rdohms rdohms merged commit 86b86e6 into rdohms:master Feb 2, 2023
@jrfnl jrfnl deleted the feature/ghactions-dont-use-set-output branch February 2, 2023 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI This issue or pull request is related to the build process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants