You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actions/checkout@v3 of a generated GHA workflow fails with:
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
This is because of actions/checkout#1809, which updated the node version used by the checkout action. The generated workflows are still using ubuntu-20.04.
It might be time to upgrade the runners to at least ubuntu-22.04 and possibly also use a newer version of the buildpack-deps container? (it's currently on bionic, i.e., 18.04)