From 0ff642023070d5e8ff89e0bd26091b0187da9651 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:54:47 +0000 Subject: [PATCH] Update mukunku/tag-exists-action action to v1.5.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 68fba36..796458b 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.5.0 id: checkTag with: tag: ${{ needs.prep.outputs.tag }}