From 7584e8f35216916acae46f0f39ac8426aae0574b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:42:03 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 0.12.0 to 0.13.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.12.0 to 0.13.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.12.0...v0.13.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 b158fef..22ba40b 100644 --- a/.github/workflows/step-dotnet-version.yml +++ b/.github/workflows/step-dotnet-version.yml @@ -40,12 +40,12 @@ jobs: dotnet-quality: ${{ inputs.dotnet-quality }} - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.12.0 + uses: gittools/actions/gitversion/setup@v0.13.2 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.12.0 + uses: gittools/actions/gitversion/execute@v0.13.2 with: useConfigFile: true \ No newline at end of file