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

Update checkout and toolchain actions #278

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

danielocfb
Copy link
Collaborator

GitHub is complaining about usage of old Node.js on every GitHub Actions run:

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-rs/toolchain, actions/checkout

Update the actions in question to get rid of those warnings.

Signed-off-by: Daniel Müller deso@posteo.net

GitHub is complaining about usage of old Node.js on every GitHub Actions
run:
> 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-rs/toolchain, actions/checkout

Update the actions in question to get rid of those warnings.

Signed-off-by: Daniel Müller <deso@posteo.net>
@danielocfb
Copy link
Collaborator Author

Well, it won't solve the warning coming from toolchain but it's a step in the right direction. I am not going to fix them up at this point as well.

@danielocfb danielocfb marked this pull request as ready for review October 12, 2022 20:05
@danielocfb danielocfb merged commit 2aaa5da into libbpf:master Oct 13, 2022
@danielocfb danielocfb deleted the topic/actions-update branch October 13, 2022 20:23
@danielocfb
Copy link
Collaborator Author

FWIW, here is the pull request to update actions-rs/toolchain.

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