From 0483888cc5e259946d610048c6aa6ba3cdc9cae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:18:01 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `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/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: '5' 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 | 4 ++-- .github/workflows/amd64_windows.yml | 2 +- .github/workflows/arm64_macos.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index 0f4cf0c..a4342af 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@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index 7888853..bfe7f86 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@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_tfm.yml b/.github/workflows/amd64_tfm.yml index e22f9e1..4e67015 100644 --- a/.github/workflows/amd64_tfm.yml +++ b/.github/workflows/amd64_tfm.yml @@ -20,7 +20,7 @@ jobs: name: win,l:${{ matrix.lang }},b:${{ matrix.build }},t:${{ matrix.example }} runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install SWIG 4.2.1 run: | (New-Object System.Net.WebClient).DownloadFile("http://prdownloads.sourceforge.net/swig/swigwin-4.2.1.zip","swigwin-4.2.1.zip"); @@ -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@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: | 3.1.x diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index 1871e95..b07bb49 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@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x - name: Check dotnet diff --git a/.github/workflows/arm64_macos.yml b/.github/workflows/arm64_macos.yml index c945409..e0bfcbe 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@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x - name: Check dotnet