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

BUG: Fix Node.js 12 deprecation warnings #394

Closed
wants to merge 2 commits into from

Conversation

drakenclimber
Copy link
Member

Fix several Node.js 12 deprecation warnings in our github actions. Note that the coveralls action still has the deprecation warning [1] and the fix must be done within their plugin.

[1] coverallsapp/github-action#132

v2 of the github checkout action has been deprecated and throws the
following warning.  Move to v3 of the action.

	Node.js 12 actions are deprecated. For more information see:
	https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
	Please update the following actions to use Node.js 16:
	actions/checkout, actions/checkout

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
v2 of the github upload-artifact action has been deprecated and
throws the following warning.  Move to v3 of the action.

	Node.js 12 actions are deprecated. For more information see:
	https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
	Please update the following actions to use Node.js 16:
	coverallsapp/github-action, actions/upload-artifact

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
@drakenclimber drakenclimber added this to the v2.6.0 milestone Oct 31, 2022
@drakenclimber drakenclimber changed the title Fix Node.js 12 deprecation warnings BUG: Fix Node.js 12 deprecation warnings Oct 31, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.71% when pulling e120d0d on drakenclimber:fixwarning into 9698996 on seccomp:main.

@drakenclimber drakenclimber deleted the fixwarning branch February 2, 2023 16:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants