Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checkout support in CI for Ubuntu 18.04
The combination of us using the past-EoL Ubuntu 18.04 and Microsoft being a bit gung-ho in their changes to GitHub Actions means that Node16, and by extension checkouts@v3 is no longer supported. Since Ubuntu 18.04 doesn't support the newer Node20, we are stuck. Thankfully, we can set the `ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION` environment variable which is project to keep the CI running until they remove support for Node16 fully.
- Loading branch information