From 9084db335549e9975cfdb5196291d750af07f758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:55:58 +0000 Subject: [PATCH] Build(deps): bump issue-ops/semver from 0.3.2 to 1.0.0 Bumps [issue-ops/semver](https://github.com/issue-ops/semver) from 0.3.2 to 1.0.0. - [Release notes](https://github.com/issue-ops/semver/releases) - [Commits](https://github.com/issue-ops/semver/compare/v0.3.2...v1.0.0) --- updated-dependencies: - dependency-name: issue-ops/semver 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 f5e30a1..25ce09e 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -30,7 +30,7 @@ jobs: - name: Tag id: tag - uses: issue-ops/semver@v0.3.2 + uses: issue-ops/semver@v1.0.0 with: manifest-path: package.json workspace: ${{ github.workspace }}