skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

BLD: Upgrade GitHub actions that use deprecated node12 #612

Closed rrjbca closed 7 months ago

rrjbca commented 7 months ago

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