This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 389416e87 Update nightly build to version 1.4.x (#895)
389416e87 is described below

commit 389416e8733f66691e7e6480dbc1932f496bb045
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 12 09:35:05 2025 +0100

    Update nightly build to version 1.4.x (#895)
    
    * Update nightly build to version 1.4.x
    
    * rename file
---
 .github/workflows/{nightly-1.3.yml => nightly-1.x.yml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-1.3.yml 
b/.github/workflows/nightly-1.x.yml
similarity index 97%
rename from .github/workflows/nightly-1.3.yml
rename to .github/workflows/nightly-1.x.yml
index 71a1087d5..4e5763063 100644
--- a/.github/workflows/nightly-1.3.yml
+++ b/.github/workflows/nightly-1.x.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.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]

Reply via email to