This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit ba8d3ec0a2c506457ff3ca0634b0478c777a58c1 Author: PJ Fanning <[email protected]> AuthorDate: Fri Dec 12 09:02:55 2025 +0100 Update nightly build to version 1.4.x --- .github/workflows/nightly-1.3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-1.3.yml b/.github/workflows/nightly-1.3.yml index 71a1087d5..6779a8a37 100644 --- a/.github/workflows/nightly-1.3.yml +++ b/.github/workflows/nightly-1.3.yml @@ -6,7 +6,7 @@ # This file is part of the Apache Pekko project, which was derived from Akka. # -name: Nightly Builds (1.3.x) +name: Nightly Builds (1.4.x) on: schedule: @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true - ref: 1.3.x + ref: 1.4.x - name: Set up JDK ${{ matrix.JDK }} uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
