From ec04e4630d53fddaf189649f6c17eaebf2e8d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:47:09 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-get-previous-tag from 1.3 to 1.4 Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) from 1.3 to 1.4. - [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases) - [Commits](https://github.com/wyrihaximus/github-action-get-previous-tag/compare/v1.3...v1.4) --- 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/tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index a629bbe..c8b9abd 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: 'Get previous tag' id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1.3" + uses: "WyriHaximus/github-action-get-previous-tag@v1.4" with: fallback: 0.0.0 # Optional fallback tag to use when no tag can be found env: