Skip to content

Commit c81c1b2

Browse files
committed
build: bump project version to 1.26.0
1 parent f4f3214 commit c81c1b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7-
milestone: 18
7+
milestone: 19
88
labels:
99
- "chore"
1010
groups:
@@ -16,6 +16,6 @@ updates:
1616
directory: /
1717
schedule:
1818
interval: daily
19-
milestone: 18
19+
milestone: 19
2020
labels:
2121
- "chore"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
contents: write
9292
pull-requests: write
9393
env:
94-
VERSION: 1.25.0
94+
VERSION: 1.26.0
9595
steps:
9696
- name: Checkout repository
9797
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/kata-pr-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
pull-requests: write
2222
env:
23-
VERSION: 1.25.0
23+
VERSION: 1.26.0
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)