From bb1dbf76fbb7efb64fd19181163117f00e50ccbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:05:45 +0000 Subject: [PATCH] Build(deps): bump issue-ops/semver from 1 to 2 Bumps [issue-ops/semver](https://github.com/issue-ops/semver) from 1 to 2. - [Release notes](https://github.com/issue-ops/semver/releases) - [Commits](https://github.com/issue-ops/semver/compare/v1...v2) --- 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 8ca61b2..31ec211 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@v1 + uses: issue-ops/semver@v2 with: manifest-path: package.json workspace: ${{ github.workspace }}