Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3d44357

Browse files
bump GHA checkout module version to v2
1 parent 4137208 commit 3d44357

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/gha.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
"N=10 OS=ubuntu OS_VER=19.10 TYPE=coverity"]
3636
steps:
3737
- name: Clone the git repo
38-
uses: actions/checkout@v1
38+
uses: actions/checkout@v2
39+
with:
40+
fetch-depth: 50
3941

4042
- name: Change ownership of the repo
4143
run: sudo chown -R 1000.1000 $HOST_WORKDIR
@@ -85,7 +87,9 @@ jobs:
8587
key: vcpkg-installed-45e5a67
8688

8789
- name: Clone the git repo
88-
uses: actions/checkout@v1
90+
uses: actions/checkout@v2
91+
with:
92+
fetch-depth: 50
8993

9094
- name: Use old vcpkg for pmdk to build properly
9195
working-directory: C:/vcpkg

0 commit comments

Comments
 (0)