-
Notifications
You must be signed in to change notification settings - Fork 104
Use Github Actions 'checkout@v2' instead of v1 to prevent CI re-run errors #77
Comments
PR created: #78 |
With v2 pathing I'm getting:
|
checkout@v1 apparently drops you into the checkout directory (instead of the github actions working directory):
So for v2, I'll need to manually |
Found actions/checkout#167 It looks like you have to manually set the
Annoying but acceptable... |
Fixes #77: Update checkout action to v2 for CI stability.
SUMMARY
Testing the PR #61, I've found errors like:
It seems like that was tracked in actions/checkout#23, and that issue recommends upgrading to the checkout action v2 (we're currently using v1). I don't believe this will break anything in our CI workflow, but it should lead to better stability when re-running failed jobs like I was doing for the PR linked earlier.
ISSUE TYPE
COMPONENT NAME
CI
The text was updated successfully, but these errors were encountered: