From 1bf2fb07ccd0041e7ff44462d33579d3b7f45733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:55:19 +0100 Subject: [PATCH] Bump WyriHaximus/github-action-get-previous-tag from 1 to 2 (#1395) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yaml | 2 +- .github/workflows/version_check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 209b2823..6a3f0873 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -173,7 +173,7 @@ jobs: - name: Get Latest Tag id: getLatestTag - uses: WyriHaximus/github-action-get-previous-tag@v1 + uses: WyriHaximus/github-action-get-previous-tag@v2 - name: Generate changelog id: gen_changelog diff --git a/.github/workflows/version_check.yaml b/.github/workflows/version_check.yaml index d5394333..a76fc65b 100644 --- a/.github/workflows/version_check.yaml +++ b/.github/workflows/version_check.yaml @@ -39,7 +39,7 @@ jobs: - name: Get Latest Tag id: getLatestTag - uses: WyriHaximus/github-action-get-previous-tag@v1 + uses: WyriHaximus/github-action-get-previous-tag@v2 - name: Build Daybreak project run: dotnet build Daybreak.Linux -c $Configuration --property:SolutionDir=$GITHUB_WORKSPACE