From 95beaf8db8cb1c26e892f51b4bb4ade1b97eaf4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:35:41 +0000 Subject: [PATCH] Update mukunku/tag-exists-action action to v1.6.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..e45e238 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.6.0 id: checkTag with: tag: ${{ needs.prep.outputs.tag }}