From 070161453ba17a7060bb1238a01256fae2721b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:59:44 +0100 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.4.0 to 1.5.0 (#154) Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbd5e65..30d6db7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: version="$(python3 ./.github/actions/get_version.py)" echo "version=$version" >> $GITHUB_OUTPUT - name: Is Tag exists - uses: mukunku/tag-exists-action@v1.4.0 + uses: mukunku/tag-exists-action@v1.5.0 id: checkTag with: tag: ${{ steps.version.outputs.version }}