.github/workflows: Use the latest checkout action

Fix the following warning:

Node.js 16 actions are deprecated. Please update the following actions to
use Node.js 20: actions/checkout@v3.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
This commit is contained in:
Bart Van Assche
2024-02-16 12:07:21 +03:00
committed by Gleb Chesnokov
parent f4f8da8b4d
commit b1ec10623b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
commit: ${{github.event.commits}}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main
with:
ref: ${{matrix.commit.id}}
fetch-depth: 2