Skip to content

Commit 488d35c

Browse files
committed
DOC v25.08 Updates [skip ci]
1 parent 7879297 commit 488d35c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
docs-build:
3030
if: github.ref_type == 'branch'
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
32+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
3333
with:
3434
arch: "amd64"
3535
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- docs-build
1818
- telemetry-setup
1919
secrets: inherit
20-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
20+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.08
2121
telemetry-setup:
2222
runs-on: ubuntu-latest
2323
continue-on-error: true
@@ -32,17 +32,17 @@ jobs:
3232
checks:
3333
secrets: inherit
3434
needs: telemetry-setup
35-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
35+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.08
3636
with:
3737
ignored_pr_jobs: telemetry-summarize
3838
conda-cpp-tests:
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
4141
with:
4242
build_type: pull-request
4343
docs-build:
4444
secrets: inherit
45-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
45+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
4646
with:
4747
build_type: pull-request
4848
node_type: "cpu4"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
cpp-tests:
2121
secrets: inherit
22-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
22+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
2323
with:
2424
build_type: ${{ inputs.build_type }}
2525
branch: ${{ inputs.branch }}

.github/workflows/trigger-breaking-change-alert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
trigger-notifier:
1313
if: contains(github.event.pull_request.labels.*.name, 'breaking')
1414
secrets: inherit
15-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.06
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.08
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.06.00
1+
25.08.00

0 commit comments

Comments
 (0)