diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8eef49..207d50e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: with: fetch-depth: 0 show-progress: false - - uses: gittools/actions/gitversion/setup@v3.2.1 + - uses: gittools/actions/gitversion/setup@v4.0.0 with: versionSpec: '5.12.x' - - uses: gittools/actions/gitversion/execute@v3.2.1 + - uses: gittools/actions/gitversion/execute@v4.0.0 id: gitversion - uses: actions/setup-dotnet@v4 with: diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index dab575a..92dff52 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -23,9 +23,9 @@ - + - +