From 8c736705a7c9cb9158fcd58f0515f4ea097db563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 02:34:06 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 5 to 6 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 6. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...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/connector-windows-signed.yml | 2 +- .github/workflows/connector-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/connector-windows-signed.yml b/.github/workflows/connector-windows-signed.yml index 788ebd2..5b63d7a 100644 --- a/.github/workflows/connector-windows-signed.yml +++ b/.github/workflows/connector-windows-signed.yml @@ -18,7 +18,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.302' diff --git a/.github/workflows/connector-windows.yml b/.github/workflows/connector-windows.yml index d44c34b..fa20193 100644 --- a/.github/workflows/connector-windows.yml +++ b/.github/workflows/connector-windows.yml @@ -18,7 +18,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.302'