From 3f03d0dc22e7612edde49f42bc4237073ecbafbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:16:44 +0000 Subject: [PATCH] chore(deps): update christian-draeger/increment-semantic-version action to v1.2.2 --- .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..63ce499 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.2 with: current-version: ${{ steps.previous_tag.outputs.tag }} version-fragment: ${{ github.event.inputs.version_fragment }}