From 38fcccc429c6877c8cc91ac67c3d1e6ab999b5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:59:22 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 1.1.0 to 1.1.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 ceb7e6a..2069a23 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@v1.1.0 + uses: gittools/actions/gitversion/setup@v1.1.1 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.0 + uses: gittools/actions/gitversion/execute@v1.1.1 with: useConfigFile: true \ No newline at end of file