From 598a8e8aedbb414420761b587697cb45aa9bffb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:53:17 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). 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) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/amd64_linux.yml | 2 +- .github/workflows/amd64_macos.yml | 2 +- .github/workflows/amd64_tfm.yml | 2 +- .github/workflows/amd64_windows.yml | 2 +- .github/workflows/arm64_macos.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index 8f6b2f0..bc945c8 100644 --- a/.github/workflows/amd64_linux.yml +++ b/.github/workflows/amd64_linux.yml @@ -31,7 +31,7 @@ jobs: sudo apt install -y swig swig -version - name: Setup .NET 8.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 8.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index 99e1704..7bb3d25 100644 --- a/.github/workflows/amd64_macos.yml +++ b/.github/workflows/amd64_macos.yml @@ -26,7 +26,7 @@ jobs: brew install swig swig -version - name: Setup .NET 8.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 8.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_tfm.yml b/.github/workflows/amd64_tfm.yml index 421f521..1a3aa68 100644 --- a/.github/workflows/amd64_tfm.yml +++ b/.github/workflows/amd64_tfm.yml @@ -30,7 +30,7 @@ jobs: run: swig -version # Install .NET SDKs - name: Setup .NET Core 3.1, 6.0, 8.0, 9.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 3.1.x diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index bf9da53..a6ea442 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -30,7 +30,7 @@ jobs: - name: Check swig run: swig -version - name: Setup .NET 8.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 8.0.x - name: Check dotnet diff --git a/.github/workflows/arm64_macos.yml b/.github/workflows/arm64_macos.yml index 21f481a..cde2ee1 100644 --- a/.github/workflows/arm64_macos.yml +++ b/.github/workflows/arm64_macos.yml @@ -26,7 +26,7 @@ jobs: brew install swig swig -version - name: Setup .NET 8.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 8.0.x - name: Check dotnet