From fea15fa4c35aeee4c9c006662012f90140419b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:03:39 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.4.0 to 6.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6efe7379..2ac9466a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -37,7 +37,7 @@ jobs: } } - name: "Install .NET Core SDK" - uses: actions/setup-dotnet@v5.4.0 + uses: actions/setup-dotnet@v6.0.0 - name: "Install InvokeBuild Module" shell: pwsh run: Install-Module -Name InvokeBuild -Force