Ay0
Ay0
this is the SHA of the current latest: `sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8`
the content of `/etc/lsb-release` has not changed and uses the same format as expected by the code of the action in the `_getOsVersion()` function: ``` $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04...
So, in summary: Ubuntu 24.04 was released a week ago and since then, marking the beginning of this issue because the tag `latest` replaced the previous version. However, [python-versions](https://github.com/actions/python-versions) has...
Ubuntu 24.04 is already available at https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json, hence solving this issue
oh, found the root cause for this. It's because I was using as URL `https://www.github.com/owner/repo`. I would say this is not ok. If the tool expects to connect to api.github.com,...