Skip to content

Commit 4798ea1

Browse files
committed
change checkout
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent eba578b commit 4798ea1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.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: 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

0 commit comments

Comments
 (0)