Skip to content

Commit 88eb8bf

Browse files
committed
enable checkout wrapper action
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent a786d21 commit 88eb8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION.
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -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: actions/checkout@v4
32+
uses: NVIDIA/spark-rapids-common/checkout@main
3333
with:
3434
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
3535

0 commit comments

Comments
 (0)