From f370f1096cd7dda6a6b0099cc625fdad78d81518 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:56:12 +0000 Subject: [PATCH] chore(deps): update mukunku/tag-exists-action action to v1.7.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d3fa74ed..da78c6117 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: path: "package.json" prop_path: "version" ## we check if repo contains already this tag, if not version, has changed - - uses: mukunku/tag-exists-action@v1.6.0 + - uses: mukunku/tag-exists-action@v1.7.0 id: check with: tag: ${{ steps.version.outputs.prop }}