diff --git a/.github/scripts/pr-builder-7.sh b/.github/scripts/pr-builder-7.sh index 5189a999ca2..e86d98d96be 100644 --- a/.github/scripts/pr-builder-7.sh +++ b/.github/scripts/pr-builder-7.sh @@ -114,9 +114,9 @@ else cd $REPO if [ "$REPO" = "carbon-kernel" ]; then echo "" - echo "Checking out for 4.9.x branch..." + echo "Checking out for 4.10.x branch..." echo "==========================================================" - git checkout 4.9.x + git checkout 4.10.x elif [ "$REPO" = "carbon-deployment" ]; then echo "" echo "Checking out for 4.x.x branch in carbon-deployment..." @@ -333,7 +333,7 @@ else echo "" KERNEL_DEPENDENCY_VERSION=$(echo $DEPENDENCY_VERSION | sed -e "s/-/./g") echo "Dependency version for carbon.product : $KERNEL_DEPENDENCY_VERSION" - sed -i "s/version=\"4.9.*\"/version=\"$KERNEL_DEPENDENCY_VERSION\"/g" modules/p2-profile-gen/carbon.product + sed -i "s/version=\"4.10.*\"/version=\"$KERNEL_DEPENDENCY_VERSION\"/g" modules/p2-profile-gen/carbon.product fi fi diff --git a/.github/scripts/pr-builder.sh b/.github/scripts/pr-builder.sh index 4b74570a7c6..c268a1e8856 100644 --- a/.github/scripts/pr-builder.sh +++ b/.github/scripts/pr-builder.sh @@ -113,9 +113,9 @@ else cd $REPO if [ "$REPO" = "carbon-kernel" ]; then echo "" - echo "Checking out for 4.9.x branch..." + echo "Checking out for 4.10.x branch..." echo "==========================================================" - git checkout 4.9.x + git checkout 4.10.x elif [ "$REPO" = "carbon-deployment" ]; then echo "" echo "Checking out for 4.x.x branch in carbon-deployment..." @@ -353,7 +353,7 @@ else echo "" KERNEL_DEPENDENCY_VERSION=$(echo $DEPENDENCY_VERSION | sed -e "s/-/./g") echo "Dependency version for carbon.product : $KERNEL_DEPENDENCY_VERSION" - sed -i "s/version=\"4.9.*\"/version=\"$KERNEL_DEPENDENCY_VERSION\"/g" modules/p2-profile-gen/carbon.product + sed -i "s/version=\"4.10.*\"/version=\"$KERNEL_DEPENDENCY_VERSION\"/g" modules/p2-profile-gen/carbon.product fi fi