From 6b7c7f3f4980199de43d8b90d0c5de18e0f5c03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 06:02:13 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.0.0 to 1.2.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.0.0...v1.2.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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0a2f22..c039990 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: exists: ${{ steps.checkTag.outputs.exists }} steps: - name: Check if tag already exists - uses: mukunku/tag-exists-action@v1.0.0 + uses: mukunku/tag-exists-action@v1.2.0 id: checkTag with: tag: ${{ needs.prep.outputs.tag }}