diff --git a/.github/workflows/dotnet-commit-build.yml b/.github/workflows/dotnet-commit-build.yml index 5bbbdba..fbc21f1 100644 --- a/.github/workflows/dotnet-commit-build.yml +++ b/.github/workflows/dotnet-commit-build.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v6 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 with: msbuild-architecture: x64 - name: Setup NuGet