From 5bac7134fd09640adc3e3718c1af071be369fb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:22:34 +0000 Subject: [PATCH] chore(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/ioc.benchmark.nativeaot.yml | 2 +- .github/workflows/ioc.ci.yml | 4 ++-- .github/workflows/ioc.cli.ci.yml | 2 +- .github/workflows/ioc.cli.publish.yml | 4 ++-- .github/workflows/ioc.publish.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ioc.benchmark.nativeaot.yml b/.github/workflows/ioc.benchmark.nativeaot.yml index 21ddd67..5030ccf 100644 --- a/.github/workflows/ioc.benchmark.nativeaot.yml +++ b/.github/workflows/ioc.benchmark.nativeaot.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/ioc.ci.yml b/.github/workflows/ioc.ci.yml index 5cfa1e3..10eae6d 100644 --- a/.github/workflows/ioc.ci.yml +++ b/.github/workflows/ioc.ci.yml @@ -58,7 +58,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/ioc.cli.ci.yml b/.github/workflows/ioc.cli.ci.yml index c2c08c1..a14d100 100644 --- a/.github/workflows/ioc.cli.ci.yml +++ b/.github/workflows/ioc.cli.ci.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/ioc.cli.publish.yml b/.github/workflows/ioc.cli.publish.yml index 27d0d2b..f09d2ce 100644 --- a/.github/workflows/ioc.cli.publish.yml +++ b/.github/workflows/ioc.cli.publish.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' @@ -70,7 +70,7 @@ jobs: path: ./artifacts - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/ioc.publish.yml b/.github/workflows/ioc.publish.yml index 03a005b..ffae07f 100644 --- a/.github/workflows/ioc.publish.yml +++ b/.github/workflows/ioc.publish.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' @@ -70,7 +70,7 @@ jobs: path: ./artifacts - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x'