From cf7e85de4d9a25d21184ff591be2369fe2570d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:32:32 +0000 Subject: [PATCH] Bump gittools/actions from 4.3.3 to 4.4.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v4.3.3...v4.4.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b31a230..49d3807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.3 + uses: gittools/actions/gitversion/setup@v4.4.0 with: versionSpec: '6.x' - name: Update AssemblyInfo - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.0 with: updateAssemblyInfo: true updateAssemblyInfoFilename: src/ServiceControl_Exporter/ServiceControl_Exporter/Properties/AssemblyInfo.cs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb6eeda..b7c3adc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,11 +17,11 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.3 + uses: gittools/actions/gitversion/setup@v4.4.0 with: versionSpec: '6.x' - name: Update AssemblyInfo - uses: gittools/actions/gitversion/execute@v4.3.3 + uses: gittools/actions/gitversion/execute@v4.4.0 with: updateAssemblyInfo: true updateAssemblyInfoFilename: src/ServiceControl_Exporter/ServiceControl_Exporter/Properties/AssemblyInfo.cs