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
Node.js 16 actions are deprecated and the following warning is issued when running the workflows:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3
The these actions both have @v4 versions built on Node.js 20, and we should update our usage to clear up this deprecation warning.
@v4
Files requiring updates
ngen/.github/actions/ngen-build/action.yaml
Line 111 in c0b6216
ngen/.github/workflows/documentation.yml
Line 23 in c0b6216
ngen/.github/workflows/test_and_validate.yml
Line 34 in c0b6216
The text was updated successfully, but these errors were encountered:
Opened PR #772 to address this issue.
Sorry, something went wrong.
@joshkotrous thanks for the PR!
4e8bb7b
No branches or pull requests
Node.js 16 actions are deprecated and the following warning is issued when running the workflows:
The these actions both have
@v4
versions built on Node.js 20, and we should update our usage to clear up this deprecation warning.Files requiring updates
ngen/.github/actions/ngen-build/action.yaml
Line 111 in c0b6216
ngen/.github/workflows/documentation.yml
Line 23 in c0b6216
ngen/.github/workflows/test_and_validate.yml
Line 34 in c0b6216
The text was updated successfully, but these errors were encountered: