From 30dac19e4049efcc32122da8d2a53111802d6b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:53:07 +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/build.yml | 2 +- .github/workflows/~publish_dotnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75fef027e..a57500b54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: with: node-version: 'lts/*' cache: 'npm' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: '8' - run: npm ci diff --git a/.github/workflows/~publish_dotnet.yml b/.github/workflows/~publish_dotnet.yml index fdad48cee..03c9fcb60 100644 --- a/.github/workflows/~publish_dotnet.yml +++ b/.github/workflows/~publish_dotnet.yml @@ -36,7 +36,7 @@ jobs: with: node-version: 'lts/*' cache: 'npm' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: "8"