Update action checkout from v1 to v2 (avoids possible race issue) #421
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a small change with no associated Issue.
Was going to checkout another branch when I noticed I had changes from yesterday. I was going to update actions to see if coverage was working again for PR's, but in the end didn't need to update anything (#328).
But had already updated the checkout action, and today I remembered v1 had an issue where if you push too many changes, the PR may get stuck without being able to check out the code. They fixed it in the v2, so it should be a good idea to update it.
One review should do. Best way to review is just wait for GitHub actions to run, and confirm it checked out the code with no issues.
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.