From 45ea3b9ecb9c361785304379431b43155285c2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:37:23 +0000 Subject: [PATCH] chore(deps): Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [jdx/mise-action](https://github.com/jdx/mise-action). Updates `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) Updates `jdx/mise-action` from 4.2.1 to 4.2.3 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/v4.2.1...v4.2.3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-container-reusable.yml | 2 +- .github/workflows/build-reusable.yml | 2 +- .github/workflows/common.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-container-reusable.yml b/.github/workflows/build-container-reusable.yml index 446859a12..cd47df646 100644 --- a/.github/workflows/build-container-reusable.yml +++ b/.github/workflows/build-container-reusable.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 if: ${{ inputs.mode != 'test-only' }} - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x if: ${{ inputs.mode != 'test-only' }} diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index ba4e7f54e..f518acc4d 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Authenticate NuGet GitHub Packages diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index fdfac8103..1b340abd3 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -36,7 +36,7 @@ jobs: with: persist-credentials: false - name: Install repository tools - uses: jdx/mise-action@v4.2.1 + uses: jdx/mise-action@v4.2.3 with: cache: false - name: Verify semantic conventions @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Set up .NET NuGet authentication @@ -93,7 +93,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install net10.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x - name: Set up .NET NuGet authentication