From 11f7d2416e1c45db843243236976704f435484e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:43:24 +0000 Subject: [PATCH] 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.yaml | 6 +++--- .github/workflows/docker.yaml | 2 +- .github/workflows/pullrequest.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 50f495635c..606cf9b5b5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -149,7 +149,7 @@ jobs: fetch-depth: '1' submodules: 'true' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: | 6.x @@ -373,7 +373,7 @@ jobs: path: ./bin/ key: JNet_${{ github.run_number }}_${{ github.run_attempt }}_bin_${{ github.sha }} - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-14' || matrix.os == 'macos-13' }} with: dotnet-version: | @@ -472,7 +472,7 @@ jobs: JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ENCODED_2_5_21 }} steps: - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: | 9.x diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index d9e050b680..c245ff5f85 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: '1' submodules: 'true' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: | 6.x diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 9f8758ae00..7e3068e77b 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -73,7 +73,7 @@ jobs: fetch-depth: '1' submodules: 'true' - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: | 6.x