From fe272d2f8bbdb353056ea0209c6f1c5982b36e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:20:10 +0000 Subject: [PATCH] Update christian-draeger/increment-semantic-version action to v1.2.0 --- .github/workflows/publish-release-auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-auto.yml b/.github/workflows/publish-release-auto.yml index 949b981..a98fc7f 100644 --- a/.github/workflows/publish-release-auto.yml +++ b/.github/workflows/publish-release-auto.yml @@ -29,7 +29,7 @@ jobs: - name: Bump release version id: bump_version - uses: christian-draeger/increment-semantic-version@1.1.0 + uses: christian-draeger/increment-semantic-version@1.2.0 with: current-version: ${{ steps.previoustag.outputs.tag }} version-fragment: 'feature'