From b7f6ccf8448dd5a2e6af883fe3f865808256d9f6 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 19 Sep 2024 18:52:45 -0500 Subject: [PATCH] Backport PR 240 to branch-24.08 (#243) Co-authored-by: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> --- .github/workflows/checks.yaml | 4 ++-- .github/workflows/custom-job.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index e5205931..6f1ccdd4 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - name: Get PR Info id: get-pr-info - uses: rapidsai/shared-actions/get-pr-info@main + uses: nv-gha-runners/get-pr-info@main - name: Run rapids-size-checker if: ${{ inputs.enable_check_size }} run: rapids-size-checker @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Get PR Info id: get-pr-info - uses: rapidsai/shared-actions/get-pr-info@main + uses: nv-gha-runners/get-pr-info@main - uses: actions/cache@v4 with: path: ~/.cache/pre-commit diff --git a/.github/workflows/custom-job.yaml b/.github/workflows/custom-job.yaml index 6fb48477..a6f3c3cb 100644 --- a/.github/workflows/custom-job.yaml +++ b/.github/workflows/custom-job.yaml @@ -68,7 +68,7 @@ jobs: - name: Get PR Info if: startsWith(github.ref_name, 'pull-request/') id: get-pr-info - uses: rapidsai/shared-actions/get-pr-info@main + uses: nv-gha-runners/get-pr-info@main - name: Add PR Info if: startsWith(github.ref_name, 'pull-request/') run: |