For now, we usually use the actions/checkout@v2 to checkout our source files into GitHub runner, but GitHub gave warn that the version v2 is not recommended because of the version of node.js. Ao, we need to update it to the latest version v4. The detail of the warning message is as follows:
Optional, e.g. issues the reviewers don't need to worry about because they are prevented by other means.
Implementation details
Optional, e.g. link to design documentation. diagrams etc. as well as additional hints to the reviewers e.g. where to focus when a high number of file is changed.
Integration test detail
Required, once the entire feature is available: how is integration testing performed, e.g. mention of the current repo test case and branch.
Checkpoints for reviewers
The PR mentions the issue when available (required for non-trivial pull requests)
The PR guidelines are followed (size is manageable, etc.), see https://github.com
The coding guidelines are followed (file and function comments, naming conventions etc.), see https://github.com
Overview
Updated the workflow step of
actions/checkout
.Links to issues, related PRs
11
Description
Required, simple description of this PR.
For now, we usually use the
actions/checkout@v2
to checkout our source files into GitHub runner, but GitHub gave warn that the versionv2
is not recommended because of the version of node.js. Ao, we need to update it to the latest versionv4
. The detail of the warning message is as follows:Out of scope
Optional, e.g. issues the reviewers don't need to worry about because they are prevented by other means.
Implementation details
Optional, e.g. link to design documentation. diagrams etc. as well as additional hints to the reviewers e.g. where to focus when a high number of file is changed.
Integration test detail
Required, once the entire feature is available: how is integration testing performed, e.g. mention of the current repo test case and branch.
Checkpoints for reviewers