On Wed, Oct 12, 2022 at 11:19 AM Ilya Maximets <[email protected]> wrote:
>
> checkout@v2 and setup-python@v2 are using outdated Node.js 12
> which is now deprecated in GHA [1], so these actions will stop
> working soon.
>
> Updating to most recent major versions with Node.js 16.
> This stops GHA from throwing warnings in every build.
>
> While at it, also updating cache and upload-artifacts actions
> to more recent versions.

We need to update cache.
I noticed the warnings for using cache@v2 in DPDK GHA builds.
And you can see the warning in OVS GHA too, for a job requesting a DPDK cache:

linux clang dpdk-shared --enable-shared
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/setup-python, actions/cache, actions/cache,
actions/setup-python, actions/checkout

>
> [1] 
> https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
>
> Signed-off-by: Ilya Maximets <[email protected]>

Acked-by: David Marchand <[email protected]>


-- 
David Marchand

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to