Skip to content

Commit 03846cd

Browse files
committed
fix(ci): Trying to fix scrutinizer coverage upload
1 parent 42624ad commit 03846cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
19+
fetch-depth: 10
1920

2021
- name: Mark repository as safe
2122
run: git config --global --add safe.directory $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)