actions: Move all the checkout actions to v4

It's been released for a while now, and we need to keep consistency
between what we used.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2023-10-23 14:01:53 +02:00
parent b32c6bf805
commit c5cfad7023
29 changed files with 41 additions and 41 deletions

View File

@@ -30,7 +30,7 @@ jobs:
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ inputs.commit-hash }}
fetch-depth: 0