From 9a9bdff95831dbd6338427e41c0095491160e356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 03:52:58 +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/gh-ci.yml | 2 +- .github/workflows/gh-deploy-app.yml | 2 +- .github/workflows/gh-deploy-infra.yml | 2 +- .github/workflows/gh-publish-nuget.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-ci.yml b/.github/workflows/gh-ci.yml index 9d99ee2c..09b27d98 100644 --- a/.github/workflows/gh-ci.yml +++ b/.github/workflows/gh-ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/gh-deploy-app.yml b/.github/workflows/gh-deploy-app.yml index 919ab725..973c4051 100644 --- a/.github/workflows/gh-deploy-app.yml +++ b/.github/workflows/gh-deploy-app.yml @@ -72,7 +72,7 @@ jobs: ref: ${{ env.APPLICATION_VERSION }} - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/gh-deploy-infra.yml b/.github/workflows/gh-deploy-infra.yml index 0250bbb5..86a53530 100644 --- a/.github/workflows/gh-deploy-infra.yml +++ b/.github/workflows/gh-deploy-infra.yml @@ -77,7 +77,7 @@ jobs: ref: ${{ env.infra_version }} - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/gh-publish-nuget.yml b/.github/workflows/gh-publish-nuget.yml index 8929e551..f9563433 100644 --- a/.github/workflows/gh-publish-nuget.yml +++ b/.github/workflows/gh-publish-nuget.yml @@ -98,7 +98,7 @@ jobs: echo "next dbs nuget version: ${{ env.DBS_VERSION }}" - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: "10.0.x"