test: change GitHub actions checkout from v2 to v3
authorVincent Fu <vincent.fu@samsung.com>
Tue, 18 Oct 2022 14:43:54 +0000 (10:43 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 18 Oct 2022 15:13:03 +0000 (11:13 -0400)
GitHub actions is reporting a warning that actions/checkout@v2 includes
the deprecated Node.js 12. So switch to actions/checkout@v3 which uses
Node.js 16.

As far as I can tell this has no impact on our workflow.

For details see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
https://github.com/actions/checkout

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>

No differences found