Skip to content

Commit f85b3e4

Browse files
committed
test
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent f985565 commit f85b3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-header-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 10 ))" >> $GITHUB_ENV
3030
3131
- name: Checkout code
32-
uses: action/checkout@v4
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
3535

0 commit comments

Comments
 (0)