@@ -34,7 +34,7 @@ concurrency:
3434jobs :
3535 conda-python-build :
3636 secrets : inherit
37- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
37+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
3838 with :
3939 build_type : ${{ inputs.build_type || 'branch' }}
4040 branch : ${{ inputs.branch }}
@@ -45,28 +45,28 @@ jobs:
4545 if : github.ref_type == 'branch'
4646 needs : [conda-python-build]
4747 secrets : inherit
48- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
48+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4949 with :
5050 arch : " amd64"
5151 branch : ${{ inputs.branch }}
5252 build_type : ${{ inputs.build_type || 'branch' }}
53- container_image : " rapidsai/ci-conda:25.08 -latest"
53+ container_image : " rapidsai/ci-conda:25.12 -latest"
5454 date : ${{ inputs.date }}
5555 node_type : " gpu-l4-latest-1"
5656 script : " ci/build_docs.sh"
5757 sha : ${{ inputs.sha }}
5858 upload-conda :
5959 needs : [conda-python-build]
6060 secrets : inherit
61- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
61+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
6262 with :
6363 build_type : ${{ inputs.build_type || 'branch' }}
6464 branch : ${{ inputs.branch }}
6565 date : ${{ inputs.date }}
6666 sha : ${{ inputs.sha }}
6767 wheel-build :
6868 secrets : inherit
69- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
69+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
7070 with :
7171 build_type : ${{ inputs.build_type || 'branch' }}
7272 branch : ${{ inputs.branch }}
8383 wheel-publish :
8484 needs : wheel-build
8585 secrets : inherit
86- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
86+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
8787 with :
8888 build_type : ${{ inputs.build_type || 'branch' }}
8989 branch : ${{ inputs.branch }}
0 commit comments