From 0ff9b1e7fe1b056049a1b5a46aeaf443c8fdbc63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:54:07 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4 to 6 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab8a937..651e9fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: if ($errors) { $errors | ForEach-Object { Write-Host $_ }; exit 1 } Write-Host 'scripts/install.ps1 parses cleanly' - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v6 with: dotnet-version: '8.0.x' @@ -73,7 +73,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" fi - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v6 if: steps.gate.outputs.enabled == 'true' with: dotnet-version: '8.0.x' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82641f9..dbeaf9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: echo "No VAM_ASSEMBLY_URL secret: drafting notes only. Attach the binary with \`./scripts/release.sh ${{ steps.version.outputs.tag }}\`." >> "$GITHUB_STEP_SUMMARY" fi - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v6 if: steps.gate.outputs.enabled == 'true' with: dotnet-version: '8.0.x'