diff --git a/.github/workflows/aarch64_toolchain.yml b/.github/workflows/aarch64_toolchain.yml index c13fd7b1358..ba441f646c2 100644 --- a/.github/workflows/aarch64_toolchain.yml +++ b/.github/workflows/aarch64_toolchain.yml @@ -17,7 +17,7 @@ jobs: name: Linux•Toolchain ${{matrix.targets}} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build env stage run: make --directory=cmake toolchain_${{matrix.targets}}_env - name: Build devel stage diff --git a/.github/workflows/amd64_cmake_glop_cpp.yml b/.github/workflows/amd64_cmake_glop_cpp.yml index 0b11c4474ce..bf214fecf9a 100644 --- a/.github/workflows/amd64_cmake_glop_cpp.yml +++ b/.github/workflows/amd64_cmake_glop_cpp.yml @@ -12,7 +12,7 @@ jobs: name: amd64•Docker•CMake•Glop runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build env image run: make --directory=cmake glop_env - name: Build devel image @@ -76,7 +76,7 @@ jobs: name: ${{matrix.cmake.platform}}•${{matrix.cmake.runner}}•CMake•Glop runs-on: ${{matrix.cmake.runner}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check cmake run: cmake --version - name: Configure diff --git a/.github/workflows/amd64_docker_bazel.yml b/.github/workflows/amd64_docker_bazel.yml index f6f520640d6..01cfd8666e8 100644 --- a/.github/workflows/amd64_docker_bazel.yml +++ b/.github/workflows/amd64_docker_bazel.yml @@ -25,7 +25,7 @@ jobs: name: amd64•${{matrix.distro}}•Bazel runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check docker run: | docker info diff --git a/.github/workflows/amd64_docker_cmake.yml b/.github/workflows/amd64_docker_cmake.yml index 244aa63351d..e514158d0c2 100644 --- a/.github/workflows/amd64_docker_cmake.yml +++ b/.github/workflows/amd64_docker_cmake.yml @@ -17,7 +17,7 @@ jobs: name: amd64•${{matrix.distro}}•CMake•${{matrix.lang}} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build base image run: make --directory=cmake amd64_${{matrix.distro}}_base - name: Build env image diff --git a/.github/workflows/amd64_freebsd_cmake.yml b/.github/workflows/amd64_freebsd_cmake.yml index 9cf860332ab..15616658d4a 100644 --- a/.github/workflows/amd64_freebsd_cmake.yml +++ b/.github/workflows/amd64_freebsd_cmake.yml @@ -27,7 +27,7 @@ jobs: name: amd64•FreeBSD•CMake•${{matrix.lang}} runs-on: macos-12 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: vagrant version run: Vagrant --version - name: VirtualBox version diff --git a/.github/workflows/amd64_linux_bazel.yml b/.github/workflows/amd64_linux_bazel.yml index d93ff8be821..1000515ea06 100644 --- a/.github/workflows/amd64_linux_bazel.yml +++ b/.github/workflows/amd64_linux_bazel.yml @@ -25,7 +25,7 @@ jobs: CC: gcc-12 CXX: g++-12 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check Java run: java -version - name: Check mvn @@ -70,4 +70,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_linux_cmake_coinor_off.yml b/.github/workflows/amd64_linux_cmake_coinor_off.yml index ccf09941d18..c9d3f1e5e51 100644 --- a/.github/workflows/amd64_linux_cmake_coinor_off.yml +++ b/.github/workflows/amd64_linux_cmake_coinor_off.yml @@ -22,7 +22,7 @@ jobs: name: amd64•Linux•CMake•${{matrix.cmake.language}}•CoinOR=OFF runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Install SWIG - name: Swig install run: sudo apt install -y swig diff --git a/.github/workflows/amd64_linux_cmake_cpp.yml b/.github/workflows/amd64_linux_cmake_cpp.yml index b4ead688a13..ff4a10af3ac 100644 --- a/.github/workflows/amd64_linux_cmake_cpp.yml +++ b/.github/workflows/amd64_linux_cmake_cpp.yml @@ -21,7 +21,7 @@ jobs: name: amd64•Linux•CMake(${{matrix.cmake.name}})•C++ runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Ninja run: | sudo apt-get update @@ -59,4 +59,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_linux_cmake_dotnet.yml b/.github/workflows/amd64_linux_cmake_dotnet.yml index 28ba3e5a25c..176d21297cc 100644 --- a/.github/workflows/amd64_linux_cmake_dotnet.yml +++ b/.github/workflows/amd64_linux_cmake_dotnet.yml @@ -13,7 +13,7 @@ jobs: name: amd64•Linux•CMake•.Net runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | sudo apt install -y swig @@ -57,4 +57,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_linux_cmake_glpk_on.yml b/.github/workflows/amd64_linux_cmake_glpk_on.yml index 4ed53bad5de..c5062902e1c 100644 --- a/.github/workflows/amd64_linux_cmake_glpk_on.yml +++ b/.github/workflows/amd64_linux_cmake_glpk_on.yml @@ -13,7 +13,7 @@ jobs: name: amd64•Linux•CMake•GLPK=ON runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check cmake run: cmake --version - name: Configure diff --git a/.github/workflows/amd64_linux_cmake_java.yml b/.github/workflows/amd64_linux_cmake_java.yml index 8b982b47a47..2dd5bcec0b4 100644 --- a/.github/workflows/amd64_linux_cmake_java.yml +++ b/.github/workflows/amd64_linux_cmake_java.yml @@ -13,7 +13,7 @@ jobs: name: amd64•Linux•CMake•Java runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | sudo apt install -y swig @@ -53,4 +53,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_linux_cmake_python.yml b/.github/workflows/amd64_linux_cmake_python.yml index ac0642a49d0..0aa7174fb38 100644 --- a/.github/workflows/amd64_linux_cmake_python.yml +++ b/.github/workflows/amd64_linux_cmake_python.yml @@ -28,7 +28,7 @@ jobs: name: amd64•Linux•CMake(${{matrix.cmake.name}})•Python-${{matrix.python.version}} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Ninja run: | sudo apt update @@ -77,4 +77,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_linux_cmake_scip_off.yml b/.github/workflows/amd64_linux_cmake_scip_off.yml index 0cf8a714ed8..71a3e1693b6 100644 --- a/.github/workflows/amd64_linux_cmake_scip_off.yml +++ b/.github/workflows/amd64_linux_cmake_scip_off.yml @@ -22,7 +22,7 @@ jobs: name: amd64•Linux•CMake•${{matrix.cmake.language}}•SCIP=OFF runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Install SWIG - name: Swig install run: sudo apt install -y swig diff --git a/.github/workflows/amd64_linux_cmake_system_deps.yml b/.github/workflows/amd64_linux_cmake_system_deps.yml index df1c04fdca8..e3d0c2a378b 100644 --- a/.github/workflows/amd64_linux_cmake_system_deps.yml +++ b/.github/workflows/amd64_linux_cmake_system_deps.yml @@ -17,7 +17,7 @@ jobs: name: amd64•Archlinux•CMake•${{matrix.lang}}•BUILD_DEPS=OFF runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build base image run: make --directory=cmake ${{matrix.distro}}_base - name: Build env image diff --git a/.github/workflows/amd64_macos_bazel.yml b/.github/workflows/amd64_macos_bazel.yml index 216a6b1c660..08236edd8ef 100644 --- a/.github/workflows/amd64_macos_bazel.yml +++ b/.github/workflows/amd64_macos_bazel.yml @@ -22,7 +22,7 @@ jobs: name: amd64•MacOS•Bazel•Python-${{matrix.python.version}} runs-on: macos-13 # last macos intel based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Java to OpenJDK 17 (Temurin) uses: actions/setup-java@v4 with: @@ -63,4 +63,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_macos_cmake_cpp.yml b/.github/workflows/amd64_macos_cmake_cpp.yml index 57e0ff57aad..c6fb2327ff4 100644 --- a/.github/workflows/amd64_macos_cmake_cpp.yml +++ b/.github/workflows/amd64_macos_cmake_cpp.yml @@ -20,7 +20,7 @@ jobs: name: amd64•MacOS•CMake(${{matrix.cmake.name}})•C++ runs-on: macos-13 # last macos intel based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check CMake run: cmake --version - name: Configure @@ -54,4 +54,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_macos_cmake_dotnet.yml b/.github/workflows/amd64_macos_cmake_dotnet.yml index 9898badc46f..cec3a154077 100644 --- a/.github/workflows/amd64_macos_cmake_dotnet.yml +++ b/.github/workflows/amd64_macos_cmake_dotnet.yml @@ -20,7 +20,7 @@ jobs: name: amd64•MacOS•CMake(${{matrix.cmake.name}})•.Net runs-on: macos-13 # last macos intel based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | brew install swig @@ -65,4 +65,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_macos_cmake_java.yml b/.github/workflows/amd64_macos_cmake_java.yml index 66182c604ed..683aff028df 100644 --- a/.github/workflows/amd64_macos_cmake_java.yml +++ b/.github/workflows/amd64_macos_cmake_java.yml @@ -20,7 +20,7 @@ jobs: name: amd64•MacOS•CMake(${{matrix.cmake.name}})•Java runs-on: macos-13 # last macos intel based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | brew install swig @@ -61,4 +61,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_macos_cmake_python.yml b/.github/workflows/amd64_macos_cmake_python.yml index badd766b0cd..4c9acb7d4db 100644 --- a/.github/workflows/amd64_macos_cmake_python.yml +++ b/.github/workflows/amd64_macos_cmake_python.yml @@ -27,7 +27,7 @@ jobs: name: amd64•MacOS•CMake(${{matrix.cmake.name}})•Python-${{matrix.python.version}} runs-on: macos-13 # last macos intel based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | brew install swig @@ -74,4 +74,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_web.yml b/.github/workflows/amd64_web.yml index 22f232936d2..050d7a4db87 100644 --- a/.github/workflows/amd64_web.yml +++ b/.github/workflows/amd64_web.yml @@ -12,7 +12,7 @@ jobs: name: amd64•Linux•Emscripten runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check docker run: | docker info diff --git a/.github/workflows/amd64_windows_bazel.yml b/.github/workflows/amd64_windows_bazel.yml index 62a56707fdd..e154ba60396 100644 --- a/.github/workflows/amd64_windows_bazel.yml +++ b/.github/workflows/amd64_windows_bazel.yml @@ -22,7 +22,7 @@ jobs: name: amd64•Windows•Bazel•Python-${{matrix.python.version}} runs-on: windows-2022 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-java@v4 with: distribution: 'temurin' @@ -58,4 +58,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_windows_cmake_cpp.yml b/.github/workflows/amd64_windows_cmake_cpp.yml index 44b6dd1326b..e1285d9a8ba 100644 --- a/.github/workflows/amd64_windows_cmake_cpp.yml +++ b/.github/workflows/amd64_windows_cmake_cpp.yml @@ -22,7 +22,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check CMake run: | cmake --version @@ -57,4 +57,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_windows_cmake_dotnet.yml b/.github/workflows/amd64_windows_cmake_dotnet.yml index dca80f9213f..dab53722964 100644 --- a/.github/workflows/amd64_windows_cmake_dotnet.yml +++ b/.github/workflows/amd64_windows_cmake_dotnet.yml @@ -21,7 +21,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup .NET 8.0 uses: actions/setup-dotnet@v4 with: @@ -60,4 +60,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_windows_cmake_java.yml b/.github/workflows/amd64_windows_cmake_java.yml index 3c15cd4a31c..670a387967d 100644 --- a/.github/workflows/amd64_windows_cmake_java.yml +++ b/.github/workflows/amd64_windows_cmake_java.yml @@ -37,7 +37,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-java@v4 with: distribution: ${{matrix.java.distrib}} @@ -82,4 +82,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/amd64_windows_cmake_python.yml b/.github/workflows/amd64_windows_cmake_python.yml index 65f81f1f60b..821775e92d3 100644 --- a/.github/workflows/amd64_windows_cmake_python.yml +++ b/.github/workflows/amd64_windows_cmake_python.yml @@ -28,7 +28,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: ${{matrix.python.version}} @@ -70,4 +70,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/arm64_macos_bazel.yml b/.github/workflows/arm64_macos_bazel.yml index 969756652bd..73af4c8ce43 100644 --- a/.github/workflows/arm64_macos_bazel.yml +++ b/.github/workflows/arm64_macos_bazel.yml @@ -22,7 +22,7 @@ jobs: name: arm64•MacOS•Bazel•Python-${{matrix.python.version}} runs-on: macos-latest # macos arm64 based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Java to OpenJDK 17 (Temurin) uses: actions/setup-java@v4 with: @@ -63,4 +63,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/arm64_macos_cmake_cpp.yml b/.github/workflows/arm64_macos_cmake_cpp.yml index 3346525e34a..bbd4dfcb434 100644 --- a/.github/workflows/arm64_macos_cmake_cpp.yml +++ b/.github/workflows/arm64_macos_cmake_cpp.yml @@ -20,7 +20,7 @@ jobs: name: arm64•MacOS•CMake(${{matrix.cmake.name}})•C++ runs-on: macos-latest # macos M1 based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check CMake run: cmake --version - name: Configure @@ -54,4 +54,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/arm64_macos_cmake_dotnet.yml b/.github/workflows/arm64_macos_cmake_dotnet.yml index c3b2f1c9346..3887ac92f97 100644 --- a/.github/workflows/arm64_macos_cmake_dotnet.yml +++ b/.github/workflows/arm64_macos_cmake_dotnet.yml @@ -20,7 +20,7 @@ jobs: name: arm64•MacOS•CMake(${{matrix.cmake.name}})•.Net runs-on: macos-latest # macos arm64 based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | brew install swig @@ -65,4 +65,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/arm64_macos_cmake_java.yml b/.github/workflows/arm64_macos_cmake_java.yml index cb2f909bb75..0ee363370ed 100644 --- a/.github/workflows/arm64_macos_cmake_java.yml +++ b/.github/workflows/arm64_macos_cmake_java.yml @@ -20,7 +20,7 @@ jobs: name: arm64•MacOS•CMake(${{matrix.cmake.name}})•Java runs-on: macos-latest # macos arm64 based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | brew install swig @@ -61,4 +61,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/arm64_macos_cmake_python.yml b/.github/workflows/arm64_macos_cmake_python.yml index 3052664fc86..ca4df6011ec 100644 --- a/.github/workflows/arm64_macos_cmake_python.yml +++ b/.github/workflows/arm64_macos_cmake_python.yml @@ -27,7 +27,7 @@ jobs: name: arm64•MacOS•CMake(${{matrix.cmake.name}})•Python-${{matrix.python.version}} runs-on: macos-latest # macos arm64 based runner steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Swig install run: | brew install swig @@ -74,4 +74,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 diff --git a/.github/workflows/check_format.yml b/.github/workflows/check_format.yml index fd7e4dadf3c..4a7f8c79cdd 100644 --- a/.github/workflows/check_format.yml +++ b/.github/workflows/check_format.yml @@ -11,7 +11,7 @@ jobs: clang-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Fetch origin/main run: git fetch origin main - name: List of changed file(s) diff --git a/.github/workflows/mips_toolchain.yml b/.github/workflows/mips_toolchain.yml index 57c869db3c6..1becd15d762 100644 --- a/.github/workflows/mips_toolchain.yml +++ b/.github/workflows/mips_toolchain.yml @@ -17,7 +17,7 @@ jobs: name: Linux•Toolchain ${{matrix.targets}} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build env stage run: make --directory=cmake toolchain_${{matrix.targets}}_env - name: Build devel stage diff --git a/.github/workflows/powerpc_toolchain.yml b/.github/workflows/powerpc_toolchain.yml index 7e5398bc44e..d23e220bc72 100644 --- a/.github/workflows/powerpc_toolchain.yml +++ b/.github/workflows/powerpc_toolchain.yml @@ -17,7 +17,7 @@ jobs: name: Linux•Toolchain ${{matrix.targets}} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build env stage run: make --directory=cmake toolchain_${{matrix.targets}}_env - name: Build devel stage