On 1/26/24 14:59, Ilya Maximets wrote: > checkout@v3, cache@v3 and setup-python@v4 are using outdated Node.js 16 > which is now deprecated in GHA [1], so these actions will stop working > soon. > > Updating to most recent major versions with Node.js 20. This stops GHA > from throwing warnings in every build. > > [1] > https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ > > While at it also updating upload-artifact version to the latest version. > Removed versions from the comment as the general behavior of this > action regarding symlinks and wildcards doesn't seem to change between > versions much. > > Signed-off-by: Ilya Maximets <[email protected]> > --- > .github/workflows/build-and-test.yml | 38 ++++++++++++++-------------- > 1 file changed, 19 insertions(+), 19 deletions(-)
Missed the clang-analyze use of sub-actions of cache. Will send v2. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
