diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26897f8..f13bd2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # the value always matches the packaged version. - name: Setup dotnet - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: # 10.x provides the SDK pinned in global.json; 8.x and 9.x provide the runtimes the # multi-targeted tests run on (net8.0;net9.0;net10.0). @@ -136,7 +136,7 @@ jobs: name: packages - name: Setup dotnet - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.x @@ -182,7 +182,7 @@ jobs: run: Add-Content -Path ${env:GITHUB_ENV} "`nprojectName=$(${env:GITHUB_REPOSITORY}.substring(${env:GITHUB_REPOSITORY}.IndexOf('/') + 1))" -Encoding utf8 - name: Setup dotnet - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.x