From 010fab9ab4bcbabb0920b6063a8fe17958a3a25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:12:27 +0000 Subject: [PATCH] chore(deps): bump AbsaOSS/version-tag-check from 0.3.0 to 1.0.0 Bumps [AbsaOSS/version-tag-check](https://github.com/absaoss/version-tag-check) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/absaoss/version-tag-check/releases) - [Commits](https://github.com/absaoss/version-tag-check/compare/36496be76eab24e1f14d45d3b8292311a2aebaaa...4145e48bf3f77a5afff2ec9afdd8afb6b53bce34) --- updated-dependencies: - dependency-name: AbsaOSS/version-tag-check dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_draft.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 42ba6a2..8b13f59 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -40,7 +40,7 @@ jobs: - name: Check Format of Received Tag id: check-version-tag - uses: AbsaOSS/version-tag-check@36496be76eab24e1f14d45d3b8292311a2aebaaa + uses: AbsaOSS/version-tag-check@4145e48bf3f77a5afff2ec9afdd8afb6b53bce34 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -50,7 +50,7 @@ jobs: - name: Check Format of Received From Tag if: ${{ github.event.inputs.from-tag-name }} id: check-version-from-tag - uses: AbsaOSS/version-tag-check@36496be76eab24e1f14d45d3b8292311a2aebaaa + uses: AbsaOSS/version-tag-check@4145e48bf3f77a5afff2ec9afdd8afb6b53bce34 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: