Skip to content

Update checkout and toolchain actions#278

Merged
danielocfb merged 1 commit intolibbpf:masterfrom
danielocfb:topic/actions-update
Oct 13, 2022
Merged

Update checkout and toolchain actions#278
danielocfb merged 1 commit intolibbpf:masterfrom
danielocfb:topic/actions-update

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.

2 participants