Skip to content

Commit ab78f8c

Browse files
committed
CICD: GitHub Action: actions/checkout@v4 added fetch-depth: 0.
1 parent e07f6c6 commit ab78f8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
TEST_RESULTS: "/tmp/test-results"
1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022
- name: restore_cache
2123
uses: actions/[email protected]
2224
with:

0 commit comments

Comments
 (0)