From 1d3b07efc8fe92b45963a5cc4d703df77e256655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:16:02 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-get-previous-tag from 1.1 to 1.2 Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/WyriHaximus/github-action-get-previous-tag) from 1.1 to 1.2. - [Release notes](https://github.com/WyriHaximus/github-action-get-previous-tag/releases) - [Commits](https://github.com/WyriHaximus/github-action-get-previous-tag/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-get-previous-tag 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 e72554b..18cec51 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,7 +51,7 @@ jobs: - name: 'Get Previous tag' id: get_previous_tag - uses: "WyriHaximus/github-action-get-previous-tag@v1.1" + uses: "WyriHaximus/github-action-get-previous-tag@v1.2" with: fallback: "0.0.1" - name: 'Get next patch version'