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

Replace use of deprecated "set-output" in CI GitHub Actions. #761

Open
tcal-x opened this issue Jan 10, 2023 · 0 comments
Open

Replace use of deprecated "set-output" in CI GitHub Actions. #761

tcal-x opened this issue Jan 10, 2023 · 0 comments

Comments

@tcal-x
Copy link
Collaborator

tcal-x commented Jan 10, 2023

The following warning is given with most of the workflows in this repo's CI:

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/

test-projects.yml does use set-output directly.

However the warning also occurs in workflows that don't use set-output directly, such as install-use-oxide-conda from oxide.yml. It seems that actions/setup-python@v3 is directly or indirectly using set-output, so this will need fixing upstream.

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

1 participant