diff --git a/.github/workflows/aarch64_linux_bazel.yml b/.github/workflows/aarch64_linux_bazel.yml index 72dbfff..f7f08a2 100644 --- a/.github/workflows/aarch64_linux_bazel.yml +++ b/.github/workflows/aarch64_linux_bazel.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Check docker diff --git a/.github/workflows/aarch64_linux_cmake.yml b/.github/workflows/aarch64_linux_cmake.yml index 3e2d53c..1dfc23a 100644 --- a/.github/workflows/aarch64_linux_cmake.yml +++ b/.github/workflows/aarch64_linux_cmake.yml @@ -23,7 +23,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/amd64_freebsd_cmake.yml_disabled b/.github/workflows/amd64_freebsd_cmake.yml_disabled index 37c95d7..9590b15 100644 --- a/.github/workflows/amd64_freebsd_cmake.yml_disabled +++ b/.github/workflows/amd64_freebsd_cmake.yml_disabled @@ -13,7 +13,7 @@ jobs: make: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - 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 fcb0ce4..731cf6f 100644 --- a/.github/workflows/amd64_linux_bazel.yml +++ b/.github/workflows/amd64_linux_bazel.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Check docker diff --git a/.github/workflows/amd64_linux_cmake.yml b/.github/workflows/amd64_linux_cmake.yml index 90ccc80..5559b32 100644 --- a/.github/workflows/amd64_linux_cmake.yml +++ b/.github/workflows/amd64_linux_cmake.yml @@ -12,7 +12,7 @@ jobs: make: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Env run: make --directory=cmake/ci amd64_env - name: Devel diff --git a/.github/workflows/amd64_macos_bazel.yml b/.github/workflows/amd64_macos_bazel.yml index 8ad2f7c..ee27c8e 100644 --- a/.github/workflows/amd64_macos_bazel.yml +++ b/.github/workflows/amd64_macos_bazel.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Bazel run: | brew update diff --git a/.github/workflows/amd64_macos_cmake.yml b/.github/workflows/amd64_macos_cmake.yml index b5946af..a527cbe 100644 --- a/.github/workflows/amd64_macos_cmake.yml +++ b/.github/workflows/amd64_macos_cmake.yml @@ -15,7 +15,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check cmake run: cmake --version - name: Configure @@ -31,7 +31,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check cmake run: cmake --version - name: Configure diff --git a/.github/workflows/amd64_windows_cmake.yml b/.github/workflows/amd64_windows_cmake.yml index 7118533..847a549 100644 --- a/.github/workflows/amd64_windows_cmake.yml +++ b/.github/workflows/amd64_windows_cmake.yml @@ -14,7 +14,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Configure run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release - name: Build diff --git a/.github/workflows/arm64_macos_bazel.yml b/.github/workflows/arm64_macos_bazel.yml index b8b3dd9..5a2e9cb 100644 --- a/.github/workflows/arm64_macos_bazel.yml +++ b/.github/workflows/arm64_macos_bazel.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest # Using M1 processors, ref: https://github.com/actions/runner-images steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Bazel run: | brew update diff --git a/.github/workflows/arm64_macos_cmake.yml b/.github/workflows/arm64_macos_cmake.yml index 5d19ab9..e686a22 100644 --- a/.github/workflows/arm64_macos_cmake.yml +++ b/.github/workflows/arm64_macos_cmake.yml @@ -15,7 +15,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check cmake run: cmake --version - name: Configure @@ -31,7 +31,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check cmake run: cmake --version - name: Configure diff --git a/.github/workflows/arm_linux_cmake.yml b/.github/workflows/arm_linux_cmake.yml index 87bb6bb..fa56505 100644 --- a/.github/workflows/arm_linux_cmake.yml +++ b/.github/workflows/arm_linux_cmake.yml @@ -24,7 +24,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/mips_linux_cmake.yml b/.github/workflows/mips_linux_cmake.yml index 9ce7901..c7e6905 100644 --- a/.github/workflows/mips_linux_cmake.yml +++ b/.github/workflows/mips_linux_cmake.yml @@ -23,7 +23,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/power_linux_cmake.yml b/.github/workflows/power_linux_cmake.yml index bc890e2..6bd8860 100644 --- a/.github/workflows/power_linux_cmake.yml +++ b/.github/workflows/power_linux_cmake.yml @@ -22,7 +22,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/riscv_linux_cmake.yml b/.github/workflows/riscv_linux_cmake.yml index ef7586a..6e5a51b 100644 --- a/.github/workflows/riscv_linux_cmake.yml +++ b/.github/workflows/riscv_linux_cmake.yml @@ -21,7 +21,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/s390x_linux_cmake.yml b/.github/workflows/s390x_linux_cmake.yml index 5be96a1..8c78cd1 100644 --- a/.github/workflows/s390x_linux_cmake.yml +++ b/.github/workflows/s390x_linux_cmake.yml @@ -20,7 +20,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test