CI: Update to actions/checkout@v3

No functional change, but we should keep this current.

(cherry picked from commit 5f4ddb54b05ae0355b1f64c22263a6bc381410df)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 1e9260500eb71943dcd5f1329550f98d0be08a47)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
diff --git a/.github/workflows/openssl-nodeprecated.yml b/.github/workflows/openssl-nodeprecated.yml
index b853fe2..ec8a8ec 100644
--- a/.github/workflows/openssl-nodeprecated.yml
+++ b/.github/workflows/openssl-nodeprecated.yml
@@ -20,8 +20,8 @@
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v1
-    - name: prepare VTest
+    - uses: actions/checkout@v3
+    - name: Install VTest
       run: |
         git clone https://github.com/VTest/VTest.git ../vtest
         make -C ../vtest FLAGS="-O2 -s -Wall"