We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the packaging workflow uses Ploutos @v1 while the latest is @v5.2.0.
Upgrading would resolve this warning currently being produced by Krill packaging workflow runs:
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/
set-output
It will likely also add more checks and speed improvements in the packaging process and simplify the inputs needed from Krill.
The text was updated successfully, but these errors were encountered:
Krill was since updated to use Ploutos v6, but the latest is v7 so this issue is actually still relevant.
Sorry, something went wrong.
Upgrading to Ploutos v7 should fix #1184.
A test run with Ploutos v7 failed but may just be because the version in the Krill Cargo.toml in the issue branch needs bumping.
Cargo.toml
Successfully merging a pull request may close this issue.
Currently the packaging workflow uses Ploutos @v1 while the latest is @v5.2.0.
Upgrading would resolve this warning currently being produced by Krill packaging workflow runs:
It will likely also add more checks and speed improvements in the packaging process and simplify the inputs needed from Krill.
The text was updated successfully, but these errors were encountered: