mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-03 22:06:25 +00:00
.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:
committed by
Gleb Chesnokov
parent
f4f8da8b4d
commit
b1ec10623b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user