From 27431cb587409229af1c901a1d0d4b7c95e6dbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:05:03 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-next-semvers from 1.1 to 1.2 Bumps [WyriHaximus/github-action-next-semvers](https://github.com/WyriHaximus/github-action-next-semvers) from 1.1 to 1.2. - [Release notes](https://github.com/WyriHaximus/github-action-next-semvers/releases) - [Commits](https://github.com/WyriHaximus/github-action-next-semvers/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-next-semvers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23623c5..dbf666d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -56,7 +56,7 @@ jobs: fallback: "0.0.1" - name: 'Get next patch version' id: get_next_semver_tag - uses: "WyriHaximus/github-action-next-semvers@v1.1" + uses: "WyriHaximus/github-action-next-semvers@v1.2" with: version: ${{ steps.get_previous_tag.outputs.tag }} - name: Get the version