From 0a9162b39dfffe5738c7fa149d7dfeb1de420a78 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Wed, 19 Nov 2025 10:24:55 -0500 Subject: [PATCH] Update source and target branches to release-x.57.x --- .github/workflows/update-latest-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-latest-docs.yml b/.github/workflows/update-latest-docs.yml index c73f7a31d0..c888c33c93 100644 --- a/.github/workflows/update-latest-docs.yml +++ b/.github/workflows/update-latest-docs.yml @@ -10,8 +10,8 @@ jobs: update-docs: uses: ./.github/workflows/update-docs-base.yml with: - source_branch: "release-x.56.x" - target_branch: "release-x.56.x" + source_branch: "release-x.57.x" + target_branch: "release-x.57.x" annotation: "nightly" run_name: "Nightly docs build - latest" secrets: