We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a786d21 commit 88eb8bfCopy full SHA for 88eb8bf
.github/workflows/license-header-check.yml
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2024, NVIDIA CORPORATION.
+# Copyright (c) 2024-2025, NVIDIA CORPORATION.
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ jobs:
29
echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 10 ))" >> $GITHUB_ENV
30
31
- name: Checkout code
32
- uses: actions/checkout@v4
+ uses: NVIDIA/spark-rapids-common/checkout@main
33
with:
34
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
35
0 commit comments