ci: bump actions/checkout v2 -> v3
This commit is contained in:
2
.github/workflows/aarch64_toolchain.yml
vendored
2
.github/workflows/aarch64_toolchain.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
env:
|
||||
TARGET: ${{ matrix.targets[0] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: make --directory=cmake ${TARGET}_build
|
||||
- name: Test
|
||||
|
||||
2
.github/workflows/bazel_docker.yml
vendored
2
.github/workflows/bazel_docker.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
env:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build env image
|
||||
run: make --directory=bazel ${DISTRO}_env
|
||||
- name: Build devel image
|
||||
|
||||
2
.github/workflows/bazel_linux.yml
vendored
2
.github/workflows/bazel_linux.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
CXX: g++-10
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Bazel
|
||||
run: |
|
||||
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
|
||||
|
||||
2
.github/workflows/bazel_macos.yml
vendored
2
.github/workflows/bazel_macos.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Bazel
|
||||
run: |
|
||||
brew update
|
||||
|
||||
2
.github/workflows/bazel_windows.yml
vendored
2
.github/workflows/bazel_windows.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
bazel:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Bazel
|
||||
run: |
|
||||
choco install bazel
|
||||
|
||||
2
.github/workflows/check_format.yml
vendored
2
.github/workflows/check_format.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Fetch origin/main
|
||||
run: git fetch origin main
|
||||
- name: List of changed file(s)
|
||||
|
||||
8
.github/workflows/cmake_coinor_off.yml
vendored
8
.github/workflows/cmake_coinor_off.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
linux_cpp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
linux_dotnet:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
linux_java:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
linux_python:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
|
||||
2
.github/workflows/cmake_docker.yml
vendored
2
.github/workflows/cmake_docker.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
LANG: ${{ matrix.lang }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build base image
|
||||
run: make --directory=cmake ${DISTRO}_base
|
||||
- name: Build env image
|
||||
|
||||
2
.github/workflows/cmake_freebsd.yml
vendored
2
.github/workflows/cmake_freebsd.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
LANG: ${{ matrix.lang }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: vagrant version
|
||||
run: Vagrant --version
|
||||
- name: VirtualBox version
|
||||
|
||||
8
.github/workflows/cmake_glop_cpp.yml
vendored
8
.github/workflows/cmake_glop_cpp.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build env image
|
||||
run: make --directory=cmake glop_env
|
||||
- name: Build devel image
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
|
||||
2
.github/workflows/cmake_glpk_on.yml
vendored
2
.github/workflows/cmake_glpk_on.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
linux_cpp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
|
||||
2
.github/workflows/cmake_linux_cpp.yml
vendored
2
.github/workflows/cmake_linux_cpp.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
GENERATOR: ${{ matrix.build[0] }}
|
||||
BUILD_TYPE: ${{ matrix.build[1] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Ninja
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
||||
2
.github/workflows/cmake_linux_dotnet.yml
vendored
2
.github/workflows/cmake_linux_dotnet.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
|
||||
2
.github/workflows/cmake_linux_java.yml
vendored
2
.github/workflows/cmake_linux_java.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
|
||||
6
.github/workflows/cmake_linux_python.yml
vendored
6
.github/workflows/cmake_linux_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
ninja:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install python3 venv
|
||||
run: sudo apt-get install python3-venv
|
||||
- name: Install Ninja
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
ninja-multi:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install python3 venv
|
||||
run: sudo apt-get install python3-venv
|
||||
- name: Install Ninja
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
make:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install python3 venv
|
||||
run: sudo apt-get install python3-venv
|
||||
- name: Swig install
|
||||
|
||||
2
.github/workflows/cmake_macos_cpp.yml
vendored
2
.github/workflows/cmake_macos_cpp.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
TEST_TARGET: ${{ matrix.build[3] }}
|
||||
INSTALL_TARGET: ${{ matrix.build[4] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
|
||||
2
.github/workflows/cmake_macos_dotnet.yml
vendored
2
.github/workflows/cmake_macos_dotnet.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
TEST_TARGET: ${{ matrix.build[3] }}
|
||||
INSTALL_TARGET: ${{ matrix.build[4] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: brew install swig
|
||||
- name: Check swig
|
||||
|
||||
2
.github/workflows/cmake_macos_java.yml
vendored
2
.github/workflows/cmake_macos_java.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
TEST_TARGET: ${{ matrix.build[3] }}
|
||||
INSTALL_TARGET: ${{ matrix.build[4] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: brew install swig
|
||||
- name: Check swig
|
||||
|
||||
2
.github/workflows/cmake_macos_python.yml
vendored
2
.github/workflows/cmake_macos_python.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
TEST_TARGET: ${{ matrix.build[3] }}
|
||||
INSTALL_TARGET: ${{ matrix.build[4] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: brew install swig
|
||||
- name: Check swig
|
||||
|
||||
8
.github/workflows/cmake_scip_off.yml
vendored
8
.github/workflows/cmake_scip_off.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
linux_cpp:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
linux_dotnet:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
linux_java:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
linux_python:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Swig install
|
||||
run: sudo apt install -y swig
|
||||
- name: Check swig
|
||||
|
||||
2
.github/workflows/cmake_system_deps.yml
vendored
2
.github/workflows/cmake_system_deps.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
LANG: ${{ matrix.lang }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build base image
|
||||
run: make --directory=cmake ${DISTRO}_base
|
||||
- name: Build env image
|
||||
|
||||
2
.github/workflows/cmake_windows_cpp.yml
vendored
2
.github/workflows/cmake_windows_cpp.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check cmake
|
||||
run: cmake --version
|
||||
- name: Configure
|
||||
|
||||
2
.github/workflows/cmake_windows_dotnet.yml
vendored
2
.github/workflows/cmake_windows_dotnet.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install SWIG 4.0.2
|
||||
run: |
|
||||
(New-Object System.Net.WebClient).DownloadFile("http://prdownloads.sourceforge.net/swig/swigwin-4.0.2.zip","swigwin-4.0.2.zip");
|
||||
|
||||
2
.github/workflows/cmake_windows_java.yml
vendored
2
.github/workflows/cmake_windows_java.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install SWIG 4.0.2
|
||||
run: |
|
||||
(New-Object System.Net.WebClient).DownloadFile("http://prdownloads.sourceforge.net/swig/swigwin-4.0.2.zip","swigwin-4.0.2.zip");
|
||||
|
||||
2
.github/workflows/cmake_windows_python.yml
vendored
2
.github/workflows/cmake_windows_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
cmake:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
2
.github/workflows/make_docker.yml
vendored
2
.github/workflows/make_docker.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
LANG: ${{ matrix.lang }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build base image
|
||||
run: make --directory=makefiles ${DISTRO}_base
|
||||
- name: Build env image
|
||||
|
||||
2
.github/workflows/make_linux_cpp.yml
vendored
2
.github/workflows/make_linux_cpp.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
CC: gcc-10
|
||||
CXX: g++-10
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check make
|
||||
run: make --version
|
||||
- name: Check system
|
||||
|
||||
2
.github/workflows/make_linux_dotnet.yml
vendored
2
.github/workflows/make_linux_dotnet.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
# Install .NET SDKs
|
||||
- name: Setup .NET Core 3.1
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
||||
2
.github/workflows/make_linux_java.yml
vendored
2
.github/workflows/make_linux_java.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check java
|
||||
run: java -version
|
||||
- name: Swig install
|
||||
|
||||
2
.github/workflows/make_linux_python.yml
vendored
2
.github/workflows/make_linux_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Update Path
|
||||
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- name: Install python3
|
||||
|
||||
2
.github/workflows/make_macos_cpp.yml
vendored
2
.github/workflows/make_macos_cpp.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install brew Make
|
||||
run: |
|
||||
brew install make
|
||||
|
||||
2
.github/workflows/make_macos_dotnet.yml
vendored
2
.github/workflows/make_macos_dotnet.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install brew Make
|
||||
run: |
|
||||
brew install make
|
||||
|
||||
2
.github/workflows/make_macos_java.yml
vendored
2
.github/workflows/make_macos_java.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install brew Make
|
||||
run: |
|
||||
brew install make
|
||||
|
||||
2
.github/workflows/make_macos_python.yml
vendored
2
.github/workflows/make_macos_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install brew Make
|
||||
run: |
|
||||
brew install make
|
||||
|
||||
2
.github/workflows/make_windows_cpp.yml
vendored
2
.github/workflows/make_windows_cpp.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Check make
|
||||
run: tools\make --version
|
||||
|
||||
2
.github/workflows/make_windows_dotnet.yml
vendored
2
.github/workflows/make_windows_dotnet.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
# Install .NET SDKs
|
||||
- name: Setup .NET Core 3.1
|
||||
|
||||
2
.github/workflows/make_windows_java.yml
vendored
2
.github/workflows/make_windows_java.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Check java
|
||||
run: java -version
|
||||
|
||||
2
.github/workflows/make_windows_python.yml
vendored
2
.github/workflows/make_windows_python.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
make:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/mips_toolchain.yml
vendored
2
.github/workflows/mips_toolchain.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
env:
|
||||
TARGET: ${{ matrix.targets[0] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: make --directory=cmake ${TARGET}_build
|
||||
- name: Test
|
||||
|
||||
2
.github/workflows/powerpc_toolchain.yml
vendored
2
.github/workflows/powerpc_toolchain.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
env:
|
||||
TARGET: ${{ matrix.targets[0] }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: make --directory=cmake ${TARGET}_build
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user