From 7dded68d58892a28a679d8f8c5a39ed1cc9637ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:14:12 +0000 Subject: [PATCH] Bump issue-ops/semver from 2 to 3 Bumps [issue-ops/semver](https://github.com/issue-ops/semver) from 2 to 3. - [Release notes](https://github.com/issue-ops/semver/releases) - [Commits](https://github.com/issue-ops/semver/compare/v2...v3) --- updated-dependencies: - dependency-name: issue-ops/semver dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 876ef41..5758558 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -48,7 +48,7 @@ jobs: - name: Tag id: tag - uses: issue-ops/semver@v2 + uses: issue-ops/semver@v3 with: manifest-path: package.json workspace: ${{ github.workspace }}