From 90295aefcd90ebad798aacfa73a7d01d0d81408e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:46:54 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.6.0 to 1.7.0 in /.github/workflows Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/bdad1eaa119ce71b150b952c97351c75025c06a9...5c39604fe8aef7e65acb6fbcf96ec580f7680313) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 829ea04ea..5f4e855a2 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -41,7 +41,7 @@ jobs: go-version: '1.24' # Check if the newest tag already exists - name: Check if tag exist - uses: mukunku/tag-exists-action@bdad1eaa119ce71b150b952c97351c75025c06a9 # v1.6.0 + uses: mukunku/tag-exists-action@5c39604fe8aef7e65acb6fbcf96ec580f7680313 # v1.7.0 id: check-tag-exists with: tag: "v${{ steps.changelog_reader.outputs.version }}"