In scope of this release we added support to install multiple python versions. For this you can try to use this snippet:
- uses: actions/setup-python@v4
with:
python-version: |
3.8
3.9
3.10
Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (#566).