From 52f80f45cc3ac3dd8438787ffe577598809cb56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:28:24 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-create-milestone from 1.0.0 to 1.2.0 Bumps [WyriHaximus/github-action-create-milestone](https://github.com/wyrihaximus/github-action-create-milestone) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/wyrihaximus/github-action-create-milestone/releases) - [Commits](https://github.com/wyrihaximus/github-action-create-milestone/compare/b86699ba7511fa3b61154ac8675d86b01938fc16...6f8e11bb23890a15c6cc520abf7a36510dfd0f94) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-create-milestone dependency-version: 1.2.0 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 925baa7c..57298723 100644 --- a/.github/workflows/create-next-milestone.yaml +++ b/.github/workflows/create-next-milestone.yaml @@ -17,7 +17,7 @@ jobs: with: version: ${{ github.event.milestone.title }} - name: Create next milestone - uses: WyriHaximus/github-action-create-milestone@b86699ba7511fa3b61154ac8675d86b01938fc16 # 1.0.0 + uses: WyriHaximus/github-action-create-milestone@6f8e11bb23890a15c6cc520abf7a36510dfd0f94 # 1.2.0 with: title: ${{ steps.semvers.outputs.minor }} env: diff --git a/.github/workflows/increment-milestones-on-tag.yaml b/.github/workflows/increment-milestones-on-tag.yaml index 1f476b1f..ebba98f6 100644 --- a/.github/workflows/increment-milestones-on-tag.yaml +++ b/.github/workflows/increment-milestones-on-tag.yaml @@ -58,7 +58,7 @@ jobs: version: ${{steps.milestoneTitle.outputs.result}} - name: Create next milestone if: fromJSON(steps.milestone.outputs.result) - uses: WyriHaximus/github-action-create-milestone@b86699ba7511fa3b61154ac8675d86b01938fc16 # 1.0.0 + uses: WyriHaximus/github-action-create-milestone@6f8e11bb23890a15c6cc520abf7a36510dfd0f94 # 1.2.0 with: title: ${{ steps.semvers.outputs.minor }} env: