From f333671eb41aca593f62e092369ff101f7885640 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 17 Jul 2024 16:23:53 +0200 Subject: [PATCH] ci: bump actions/setup-dotnet to v4 --- .github/workflows/amd64_linux_cmake_coinor_off.yml | 2 +- .github/workflows/amd64_linux_cmake_dotnet.yml | 2 +- .github/workflows/amd64_linux_cmake_scip_off.yml | 2 +- .github/workflows/amd64_macos_cmake_dotnet.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/amd64_linux_cmake_coinor_off.yml b/.github/workflows/amd64_linux_cmake_coinor_off.yml index 8796f2b3876..28879a37e95 100644 --- a/.github/workflows/amd64_linux_cmake_coinor_off.yml +++ b/.github/workflows/amd64_linux_cmake_coinor_off.yml @@ -26,7 +26,7 @@ jobs: run: swig -version # Install .NET SDKs - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_linux_cmake_dotnet.yml b/.github/workflows/amd64_linux_cmake_dotnet.yml index 6e7b373a593..2dff4dcb9df 100644 --- a/.github/workflows/amd64_linux_cmake_dotnet.yml +++ b/.github/workflows/amd64_linux_cmake_dotnet.yml @@ -15,7 +15,7 @@ jobs: sudo apt install -y swig swig -version - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_linux_cmake_scip_off.yml b/.github/workflows/amd64_linux_cmake_scip_off.yml index a77b24046af..6249d73aa87 100644 --- a/.github/workflows/amd64_linux_cmake_scip_off.yml +++ b/.github/workflows/amd64_linux_cmake_scip_off.yml @@ -26,7 +26,7 @@ jobs: run: swig -version # Install .NET SDKs - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Check dotnet diff --git a/.github/workflows/amd64_macos_cmake_dotnet.yml b/.github/workflows/amd64_macos_cmake_dotnet.yml index bbf678ec03c..f11a075eab9 100644 --- a/.github/workflows/amd64_macos_cmake_dotnet.yml +++ b/.github/workflows/amd64_macos_cmake_dotnet.yml @@ -22,7 +22,7 @@ jobs: brew install swig swig -version - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Check dotnet