From 0b31b2c7ca0f376b50df161d0ea471c66f7f9d7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:00:08 +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 9ec551a03..fc8bb1a76 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 }}