From c81c1b25523a6b2a5f16c2b5a4277537fc876f73 Mon Sep 17 00:00:00 2001 From: "Capt. Cutlass" <5120290+ParanoidUser@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:22:05 -0500 Subject: [PATCH] build: bump project version to 1.26.0 --- .github/dependabot.yml | 4 ++-- .github/workflows/build.yml | 2 +- .github/workflows/kata-pr-analysis.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 296ae4d7c..0433456ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: / schedule: interval: daily - milestone: 18 + milestone: 19 labels: - "chore" groups: @@ -16,6 +16,6 @@ updates: directory: / schedule: interval: daily - milestone: 18 + milestone: 19 labels: - "chore" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af5112c11..25e0d2bb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,7 @@ jobs: contents: write pull-requests: write env: - VERSION: 1.25.0 + VERSION: 1.26.0 steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/kata-pr-analysis.yml b/.github/workflows/kata-pr-analysis.yml index 84f564307..4af9269e3 100644 --- a/.github/workflows/kata-pr-analysis.yml +++ b/.github/workflows/kata-pr-analysis.yml @@ -20,7 +20,7 @@ jobs: contents: write pull-requests: write env: - VERSION: 1.25.0 + VERSION: 1.26.0 steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2