Skip to content

Commit 7aab947

Browse files
committed
Rename 5.x.x-stable branch to v5.x
1 parent b9e0034 commit 7aab947

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ updates:
2424
schedule:
2525
interval: "daily"
2626
open-pull-requests-limit: 20
27-
target-branch: "5.x.x-stable"
27+
target-branch: "v5.x"
2828
ignore:
2929
- dependency-name: "org.eclipse.jetty:jetty-servlet"
3030
versions: ["[10.0,)"]
@@ -45,4 +45,4 @@ updates:
4545
directory: "/"
4646
schedule:
4747
interval: "daily"
48-
target-branch: "5.x.x-stable"
48+
target-branch: "v5.x"

.github/workflows/test-supported-java-versions-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6
2121
with:
22-
ref: 5.x.x-stable
22+
ref: v5.x
2323
- name: Checkout tls-gen
2424
uses: actions/checkout@v6
2525
with:

0 commit comments

Comments
 (0)