From 3742db8b1af48ea0362789f8478ae2382127fd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:12:11 +0000 Subject: [PATCH] chore(deps): bump WyriHaximus/github-action-get-previous-tag from 1 to 2 Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) from 1 to 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...v2) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-get-previous-tag dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 6 +++--- .github/workflows/servc.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0796f0c..462fdd3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - name: "Get Previous tag" id: previoustagold - uses: "WyriHaximus/github-action-get-previous-tag@v1" + uses: "WyriHaximus/github-action-get-previous-tag@v2" - name: Conventional Changelog Action id: changelog @@ -97,7 +97,7 @@ jobs: - name: "Get Previous tag" id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1" + uses: "WyriHaximus/github-action-get-previous-tag@v2" with: fallback: 0.0.1 @@ -135,7 +135,7 @@ jobs: - name: "Get Previous tag" id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1" + uses: "WyriHaximus/github-action-get-previous-tag@v2" with: fallback: 0.0.1 diff --git a/.github/workflows/servc.yml b/.github/workflows/servc.yml index 382eafa..8cdf9e8 100644 --- a/.github/workflows/servc.yml +++ b/.github/workflows/servc.yml @@ -107,7 +107,7 @@ jobs: - name: "Get Tag" id: spectag - uses: "WyriHaximus/github-action-get-previous-tag@v1" + uses: "WyriHaximus/github-action-get-previous-tag@v2" - name: Create Version Badge uses: RubbaBoy/BYOB@v1.3.0