On 3/13/26 1:17 PM, Ales Musil wrote: > > > On Fri, Mar 13, 2026 at 12:53 PM Ilya Maximets <[email protected] > <mailto:[email protected]>> wrote: > > Node.js 20 actions are deprecated: > > https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ > > Github started to warn on every run that we need to upgrade our > actions that are not compatible with the soon-to-be-default > Node.js 24. > > Upgrading all to the latest available versions: > > cache v5 > checkout v6 > upload-artifact v7 > setup-python v6 > > Signed-off-by: Ilya Maximets <[email protected]> > --- > .github/workflows/build-and-test.yml | 56 ++++++++++++++-------------- > 1 file changed, 28 insertions(+), 28 deletions(-) > > > Funny timing indeed :) > > Acked-by: Ales Musil <[email protected] <mailto:[email protected]>>
Thanks! Applied to all branches down to 3.3. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
