From 0eae2026054bef35f36a1894c9766d9eca2fad02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:40:09 +0000 Subject: [PATCH] chore(deps): bump gittools/actions from 3.0.3 to 3.1.1 (#107) --- .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 ec4366b..238feec 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@v3.0.3 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 with: useConfigFile: true \ No newline at end of file