Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Checkout action default branch
GitHub Actions gives a warning that the checkout action no longer has 'master' as the default branch. This is because the checkout actions repo itself has renamed its default branch from 'master' to 'main'. The action may eventually break when the 'master' branch option is no longer supported. Let's update the CI workflow to use actions/checkout@main instead of actions/checkout@master, to fix the warning.
- Loading branch information