From 8f0bda70201ca615c917e868ed072ea767781a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:55:31 +0000 Subject: [PATCH] Bump issue-ops/semver from 2.0.0 to 2.2.2 in the actions-minor group Bumps the actions-minor group with 1 update: [issue-ops/semver](https://github.com/issue-ops/semver). Updates `issue-ops/semver` from 2.0.0 to 2.2.2 - [Release notes](https://github.com/issue-ops/semver/releases) - [Commits](https://github.com/issue-ops/semver/compare/v2.0.0...v2.2.2) --- updated-dependencies: - dependency-name: issue-ops/semver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... 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 b9a70b0..e2ca089 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -39,7 +39,7 @@ jobs: - name: Tag id: tag - uses: issue-ops/semver@v2.0.0 + uses: issue-ops/semver@v2.2.2 with: manifest-path: package.json workspace: ${{ github.workspace }}