From ab7cac2013ec340c128cf2b53aaae5dadef34baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:49:58 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 1.2.0 to 3.0.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.2.0 to 3.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.2.0...v3.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/step-dotnet-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/step-dotnet-version.yml b/.github/workflows/step-dotnet-version.yml index efdca6f..51ba49a 100644 --- a/.github/workflows/step-dotnet-version.yml +++ b/.github/workflows/step-dotnet-version.yml @@ -44,12 +44,12 @@ jobs: dotnet-quality: ${{ inputs.dotnet-quality }} - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v3.0.0 with: useConfigFile: true \ No newline at end of file