diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2151aee..33b0015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - run: echo 'SemVer2=${{ steps.nbgv.outputs.SemVer2 }}' - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x @@ -96,7 +96,7 @@ jobs: - run: echo 'SemVer2=${{ steps.nbgv.outputs.SemVer2 }}' - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x