From d0b0092a46f13ceb2f4d9e5d6d42e2ce09525907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:31:48 +0000 Subject: [PATCH] ci(deps): Bump gittools/actions from 0.10.2 to 4.1.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10.2 to 4.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.1.0 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 4027e2d..6f8f62b 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.1.0 with: versionSpec: '5.x' - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v4.1.0 with: useConfigFile: true @@ -191,13 +191,13 @@ jobs: dotnet-version: '8.0.x' - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v4.1.0 with: versionSpec: '5.x' - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v4.1.0 with: useConfigFile: true diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 2188945..8ae5491 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.1.0 with: versionSpec: '5.x' - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v4.1.0 with: useConfigFile: true