From c4675a428d615278c0e686483994851b675c4c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:27:38 +0000 Subject: [PATCH] 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/release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index b86df23..25d4299 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Retrieve tag exists flag - uses: mukunku/tag-exists-action@v1.4.0 + uses: mukunku/tag-exists-action@v1.5.0 id: checkTag with: tag: ${{ github.event.inputs.version }}