From c2d9e3bebbb928a8e58cb706456635d38adf4277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:32:43 +0000 Subject: [PATCH] Bump gittools/actions from 4.3.3 to 4.4.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.3 to 4.4.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.3.3...v4.4.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1110b27..ec619cc 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -20,13 +20,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.3 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '6.4.x' - name: Execute GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.2 - name: Display version run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f10ecee..ca776e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,13 +19,13 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.3 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '6.4.x' - name: Execute GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.2 - name: Display GitVersion outputs run: |