From 2a710e6da388b019f4d3b207e4a339465df0eb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:00:49 +0000 Subject: [PATCH] ci(deps): bump gittools/actions from 1 to 4 Bumps [gittools/actions](https://github.com/gittools/actions) from 1 to 4. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1...v4) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bca815..a7d7b82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,13 +152,13 @@ jobs: run: git fetch --prune --tags - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v4 - name: Set version env vars run: |