From 3f8af5ea08d02ec7b21354a0ab8b146c6315f5aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 17:41:12 +0000 Subject: [PATCH] Update mukunku/tag-exists-action action to v1.2.0 --- .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 }}