From e9c73cd707a8c4958685cb35be3eece30d2fe00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:28:24 +0000 Subject: [PATCH] chore(deps): bump actions/setup-dotnet from 4 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-package.yml | 2 +- .github/workflows/dotnet-runnable-container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-package.yml b/.github/workflows/dotnet-package.yml index bb496f4..9cd71be 100644 --- a/.github/workflows/dotnet-package.yml +++ b/.github/workflows/dotnet-package.yml @@ -60,7 +60,7 @@ jobs: # .NET Setup - name: .NET Setup - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ inputs.dotnet-version }} diff --git a/.github/workflows/dotnet-runnable-container.yml b/.github/workflows/dotnet-runnable-container.yml index eb22307..22e9a5d 100644 --- a/.github/workflows/dotnet-runnable-container.yml +++ b/.github/workflows/dotnet-runnable-container.yml @@ -93,7 +93,7 @@ jobs: # .NET Setup - name: .NET Setup - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ inputs.dotnet-version }}