diff --git a/.github/workflows/step-dotnet-version.yml b/.github/workflows/step-dotnet-version.yml index 9702d67..d6c2edd 100644 --- a/.github/workflows/step-dotnet-version.yml +++ b/.github/workflows/step-dotnet-version.yml @@ -44,10 +44,10 @@ jobs: dotnet-quality: ${{ inputs.dotnet-quality }} - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.1.0 + uses: gittools/actions/gitversion/setup@v4.2.0 with: versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.1.0 \ No newline at end of file + uses: gittools/actions/gitversion/execute@v4.2.0 \ No newline at end of file