From b50832f19e407a0a460a058437677453ffefee69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:02:58 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.6.0 to 1.7.0 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/v1.6.0...v1.7.0) --- 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/WebExtensions.Net-Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/WebExtensions.Net-Build.yml b/.github/workflows/WebExtensions.Net-Build.yml index acb01ba0..4efb988a 100644 --- a/.github/workflows/WebExtensions.Net-Build.yml +++ b/.github/workflows/WebExtensions.Net-Build.yml @@ -99,7 +99,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Check if tag exists - uses: mukunku/tag-exists-action@v1.6.0 + uses: mukunku/tag-exists-action@v1.7.0 id: tagExistsCheck with: tag: 'v${{ needs.version.outputs.MajorMinorPatch }}'