From 1553a2b997188e2f41348c9ed8a838a54586fdd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:27:10 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-next-semvers from 1.1.0 to 1.2.1 Bumps [WyriHaximus/github-action-next-semvers](https://github.com/wyrihaximus/github-action-next-semvers) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/wyrihaximus/github-action-next-semvers/releases) - [Commits](https://github.com/wyrihaximus/github-action-next-semvers/compare/33d116a4c239252582a60a1ba8dbba63ad493ffd...18aa9ed4152808ab99b88d71f5481e41f8d89930) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-next-semvers dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create-next-milestone.yaml | 2 +- .github/workflows/increment-milestones-on-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-next-milestone.yaml b/.github/workflows/create-next-milestone.yaml index 01adf6ef3..925baa7c3 100644 --- a/.github/workflows/create-next-milestone.yaml +++ b/.github/workflows/create-next-milestone.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Get next minor version id: semvers - uses: WyriHaximus/github-action-next-semvers@33d116a4c239252582a60a1ba8dbba63ad493ffd # 1.1.0 + uses: WyriHaximus/github-action-next-semvers@18aa9ed4152808ab99b88d71f5481e41f8d89930 # 1.2.1 with: version: ${{ github.event.milestone.title }} - name: Create next milestone diff --git a/.github/workflows/increment-milestones-on-tag.yaml b/.github/workflows/increment-milestones-on-tag.yaml index 9ff073d1f..1f476b1f3 100644 --- a/.github/workflows/increment-milestones-on-tag.yaml +++ b/.github/workflows/increment-milestones-on-tag.yaml @@ -53,7 +53,7 @@ jobs: - name: Get next minor version if: fromJSON(steps.milestone.outputs.result) id: semvers - uses: WyriHaximus/github-action-next-semvers@33d116a4c239252582a60a1ba8dbba63ad493ffd # 1.1.0 + uses: WyriHaximus/github-action-next-semvers@18aa9ed4152808ab99b88d71f5481e41f8d89930 # 1.2.1 with: version: ${{steps.milestoneTitle.outputs.result}} - name: Create next milestone