From cc24ba79d57b8704e7afe434860d7c847e181412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 08:01:57 +0000 Subject: [PATCH] ci(deps): Bump gittools/actions from 0 to 4 Bumps [gittools/actions](https://github.com/gittools/actions) from 0 to 4. - [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...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/alpha-release.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- .github/workflows/main.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml index 72c244ab2..da6611ae6 100644 --- a/.github/workflows/alpha-release.yml +++ b/.github/workflows/alpha-release.yml @@ -308,13 +308,13 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v4 with: useConfigFile: true configFilePath: GitVersion.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a11542264..7fdd73da6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,13 +86,13 @@ jobs: ${{ runner.os }}-nuget- - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v4 with: useConfigFile: true configFilePath: GitVersion.yml @@ -421,13 +421,13 @@ jobs: path: ./artifacts/ - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v4 with: useConfigFile: true configFilePath: GitVersion.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 403c73a43..f0c9f57a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,14 +84,14 @@ jobs: - name: 🔍 Install GitVersion if: matrix.os == 'ubuntu-latest' && matrix.configuration == 'Release' - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: 🔍 Determine Version if: matrix.os == 'ubuntu-latest' && matrix.configuration == 'Release' id: gitversion - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v4 with: useConfigFile: true continue-on-error: true