File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 fi
111111
112112 - name : prepare code base if $FILE_USE_BASE has content
113- uses : actions/ checkout@v4
113+ uses : NVIDIA/spark-rapids-common/ checkout@main
114114 if : ${{ inputs.file_use_base != '' && env.continue_merge == 'true' }}
115115 with :
116116 ref : ${{ env.HEAD }} # force to fetch from the latest upstream instead of PR ref
Original file line number Diff line number Diff line change 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.
2929 echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 10 ))" >> $GITHUB_ENV
3030
3131 - name : Checkout code
32- uses : NVIDIA/spark-rapids-common/license-header-check @main
32+ uses : NVIDIA/spark-rapids-common/checkout @main
3333 with :
3434 fetch-depth : ${{ env.PR_FETCH_DEPTH }}
3535
You can’t perform that action at this time.
0 commit comments