diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 629e732..8177a1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v4 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.3.1 - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 + uses: NuGet/setup-nuget@v1.2.0 - name: Restore NuGet packages run: nuget restore SoG_SGreader.sln