diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bd341f..0d39867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' - name: Restore @@ -46,7 +46,7 @@ jobs: name: nuget path: ./artifacts - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' - name: NuGet login