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
Brief Description The deploy action uses Azure/[email protected] which was for Node 12, and is being forced to run on Node 20.
deploy
Azure/[email protected]
It also uses the set-output command which is a deprecated GH feature that is due to be removed soon: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
set-output
To see full details, look at the logs from a previous Github actions run, e.g.:
https://github.com/IATI/validator-services/actions/runs/11727450796
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief Description
The
deploy
action usesAzure/[email protected]
which was for Node 12, and is being forced to run on Node 20.It also uses the
set-output
command which is a deprecated GH feature that is due to be removed soon: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/To see full details, look at the logs from a previous Github actions run, e.g.:
https://github.com/IATI/validator-services/actions/runs/11727450796
The text was updated successfully, but these errors were encountered: