The GitHub actions checkout@v2, setup-python@v2 and codecov-action@v1 all raise the warning "uses node12 which is deprecated". This PR upgrades the skypy workflows to use checkout@v4, setup-python@v4 and codecov-action@v3 which uses the compliant node16.
Description
The GitHub actions checkout@v2, setup-python@v2 and codecov-action@v1 all raise the warning "uses node12 which is deprecated". This PR upgrades the skypy workflows to use checkout@v4, setup-python@v4 and codecov-action@v3 which uses the compliant node16.
Checklist