From ebb2e40a83b03611f83cb7e8056cb2f25d88dddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:14:34 +0000 Subject: [PATCH] build: bump mukunku/tag-exists-action from 1.4.0 to 1.5.0 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] --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 7f210623f..bd676cc0f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -42,7 +42,7 @@ jobs: - name: Check tag existence id: check-tag-exists - uses: mukunku/tag-exists-action@v1.4.0 + uses: mukunku/tag-exists-action@v1.5.0 with: tag: "v${{ steps.version.outputs.version }}"