Bump actions/checkout version from v2 -> v4 #232
Merged
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.
@enlivn recently reported timeouts in github actions runs.
Taking a look at one of the failed runs here
https://github.com/wildlife-dynamics/ecoscope/actions/runs/10199970227/attempts/1
I noted this error
is the same as is reported in actions/checkout#417.
While it does seem some users on that thread are still encountering this issue with
actions/checkout@v4
, to me it's notable that we are two major versions behind on this action (currently running v2), so as a first step it can't hurt to bump to the latests version. If the problem persists, we can explore some of the other workarounds in the linked thread.