From 2a3a88153277e2e0d2b94d062cc2c577a0afa73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:36:19 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.2.0 to 1.4.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.2.0...v1.4.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/master-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-workflow.yaml b/.github/workflows/master-workflow.yaml index 015eb9dfc..055016835 100644 --- a/.github/workflows/master-workflow.yaml +++ b/.github/workflows/master-workflow.yaml @@ -42,7 +42,7 @@ jobs: msg: ${{ steps.pubspecVersion.outputs.version }} separator: '+' - name: Validate that version doesn't exists - uses: mukunku/tag-exists-action@v1.2.0 + uses: mukunku/tag-exists-action@v1.4.0 id: checkTag with: tag: ${{ steps.split.outputs._0 }}