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>
.github/workflows/ci.yml

index bdc4db85d9dd7ec8ece54c48fa748e1892bb56b8..1b8c070166c42fee18b6b0cb1bf904dc6efe4e37 100644 (file)
@@ -39,7 +39,7 @@ jobs:
 
     steps:
     - name: Checkout repo
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Install dependencies
       run: ./ci/actions-install.sh
     - name: Build