mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +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
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.sha}}
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user