From fddfa4a8097ca6b062945c7d3f9361bed02f818f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:48:00 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.5.0 to 1.6.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 f6b5d68..fa9ae36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: version="$(python3 ./.github/actions/get_version.py)" echo "version=$version" >> $GITHUB_OUTPUT - name: Is Tag exists - uses: mukunku/tag-exists-action@v1.5.0 + uses: mukunku/tag-exists-action@v1.6.0 id: checkTag with: tag: ${{ steps.version.outputs.version }}