@@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 cpp-build :
3030 secrets : inherit
31- uses : rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.06
31+ uses : rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@py-39
3232 with :
3333 build_type : ${{ inputs.build_type || 'branch' }}
3434 branch : ${{ inputs.branch }}
3737 python-build :
3838 needs : [cpp-build]
3939 secrets : inherit
40- uses : rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.06
40+ uses : rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@py-39
4141 with :
4242 build_type : ${{ inputs.build_type || 'branch' }}
4343 branch : ${{ inputs.branch }}
4646 upload-conda :
4747 needs : [cpp-build, python-build]
4848 secrets : inherit
49- uses : rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.06
49+ uses : rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@py-39
5050 with :
5151 build_type : ${{ inputs.build_type || 'branch' }}
5252 branch : ${{ inputs.branch }}
5656 if : github.ref_type == 'branch' && github.event_name == 'push'
5757 needs : python-build
5858 secrets : inherit
59- uses : rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.06
59+ uses : rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@py-39
6060 with :
6161 build_type : branch
6262 node_type : " gpu-v100-latest-1"
6565 run_script : " ci/build_docs.sh"
6666 wheel-build :
6767 secrets : inherit
68- uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-build.yml@branch-23.06
68+ uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-build.yml@py-39
6969 with :
7070 build_type : ${{ inputs.build_type || 'branch' }}
7171 branch : ${{ inputs.branch }}
7777 wheel-publish :
7878 needs : wheel-build
7979 secrets : inherit
80- uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-publish.yml@branch-23.06
80+ uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-publish.yml@py-39
8181 with :
8282 build_type : ${{ inputs.build_type || 'branch' }}
8383 branch : ${{ inputs.branch }}
0 commit comments