From a2068e83633142df41b90730b7b82a507d572759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:03:19 +0000 Subject: [PATCH] Bump im-open/git-version-lite from 3 to 4 Bumps [im-open/git-version-lite](https://github.com/im-open/git-version-lite) from 3 to 4. - [Commits](https://github.com/im-open/git-version-lite/compare/v3...v4) --- updated-dependencies: - dependency-name: im-open/git-version-lite dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/increment-version-on-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50281dd..4087d7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Get the next version for the readme if there are code changes to the action if: steps.action-code.outputs.HAS_CHANGES == 'true' id: version - uses: im-open/git-version-lite@v3 + uses: im-open/git-version-lite@v4 with: default-release-type: major diff --git a/.github/workflows/increment-version-on-merge.yml b/.github/workflows/increment-version-on-merge.yml index 2ce46dd..9a9a97d 100644 --- a/.github/workflows/increment-version-on-merge.yml +++ b/.github/workflows/increment-version-on-merge.yml @@ -45,7 +45,7 @@ jobs: # See https://github.com/im-open/git-version-lite for more details around how to increment # major/minor/patch through commit messages - name: Increment the version - uses: im-open/git-version-lite@v3 + uses: im-open/git-version-lite@v4 id: version with: default-release-type: major