From 82bd981230451b0489cd262115aaa81518c9e971 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:50:01 +0000 Subject: [PATCH] chore(deps): update issue-ops/semver action to v1.2.0 --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 1143ad05..2aa8e2b5 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -35,7 +35,7 @@ jobs: - name: Check Version id: check-version - uses: issue-ops/semver@v1.1.0 + uses: issue-ops/semver@v1.2.0 with: check-only: true manifest-path: ${{ env.MANIFEST_PATH }}