From 3a7f7e4f5799900931ad9266e215dbedd3336caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 04:50:23 +0000 Subject: [PATCH] ci(deps): Bump gittools/actions from 0.10.2 to 4.0.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10.2 to 4.0.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](https://github.com/gittools/actions/compare/v0.10.2...v4.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/update-version.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8185804..481b724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,13 +103,13 @@ jobs: dotnet-version: '8.0.x' - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v4.0.1 with: versionSpec: '5.x' - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v4.0.1 with: useConfigFile: true @@ -184,13 +184,13 @@ jobs: dotnet-version: '8.0.x' - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v4.0.1 with: versionSpec: '5.x' - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v4.0.1 with: useConfigFile: true diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 2188945..a531a5c 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -36,13 +36,13 @@ jobs: dotnet-version: '8.0.x' - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v4.0.1 with: versionSpec: '5.x' - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v4.0.1 with: useConfigFile: true