From 63ec38d41bc78adba0fc37a3b17bae2bc1d7bb32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:42:35 +0000 Subject: [PATCH] chore(deps): update christian-draeger/increment-semantic-version action to v1.2.0 --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 881cdb7..4b937ff 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -45,7 +45,7 @@ jobs: - name: 'Bump version in "${{ github.event.inputs.version_fragment }}" step' 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.previous_tag.outputs.tag }} version-fragment: ${{ github.event.inputs.version_fragment }}