circuitpython/.github/workflows
Jeff Epler f817bfe3c6 switch to checkout@v2 with submodules and fetch-depth 0
In order to get tags, including in submodules, we use our own fetching
procedure on top of checkout@v2.

A problem occuring in about 1% of jobs was that some submodules inexplicably
did not have an "origin" remote configured.  "git submodule sync"
configures the "origin" remote in those cases.  No cause for the problem
was determined.

Besides keeping up to date on actions/checkout, @v2 is supposed to fix a bug
where "re-run" of a pull request would fail checking out the code.
2020-04-11 17:29:07 -05:00
..
build.yml switch to checkout@v2 with submodules and fetch-depth 0 2020-04-11 17:29:07 -05:00
create_website_pr.yml switch to checkout@v2 with submodules and fetch-depth 0 2020-04-11 17:29:07 -05:00