From 43a878f10b3d5f37ee82097bf549e13ccd44eba4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:47:05 +0000 Subject: [PATCH] chore(deps): update mukunku/tag-exists-action action to v1.6.0 --- .github/workflows/create-release.yaml | 2 +- .github/workflows/create-snapshot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 152eb634..9989ba08 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -29,7 +29,7 @@ jobs: - name: Print Version run: echo ${{ steps.version-step.outputs.version }} - - uses: mukunku/tag-exists-action@v1.5.0 + - uses: mukunku/tag-exists-action@v1.6.0 name: Check tag existence id: check-tag-exists with: diff --git a/.github/workflows/create-snapshot.yaml b/.github/workflows/create-snapshot.yaml index 5b13c691..80ef12bd 100644 --- a/.github/workflows/create-snapshot.yaml +++ b/.github/workflows/create-snapshot.yaml @@ -38,7 +38,7 @@ jobs: - name: Print Version run: echo ${{ steps.version-step.outputs.version }} - - uses: mukunku/tag-exists-action@v1.5.0 + - uses: mukunku/tag-exists-action@v1.6.0 name: Check tag existence id: check-tag-exists with: