From ed3cc44739767473fc402594ce1d9d1197bb16cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:15:04 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/aarch64_linux_bazel.yml | 2 +- .github/workflows/aarch64_linux_cmake.yml | 2 +- .github/workflows/amd64_linux_bazel.yml | 2 +- .github/workflows/amd64_linux_cmake.yml | 2 +- .github/workflows/amd64_macos_bazel.yml | 2 +- .github/workflows/amd64_macos_cmake.yml | 4 ++-- .github/workflows/amd64_windows_bazel.yml | 2 +- .github/workflows/amd64_windows_cmake.yml | 2 +- .github/workflows/arm64_macos_bazel.yml | 2 +- .github/workflows/arm64_macos_cmake.yml | 4 ++-- .github/workflows/arm_linux_cmake.yml | 2 +- .github/workflows/clang_format.yml | 2 +- .github/workflows/mips_linux_cmake.yml | 2 +- .github/workflows/power_linux_cmake.yml | 2 +- .github/workflows/riscv_linux_cmake.yml | 2 +- .github/workflows/s390x_linux_cmake.yml | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/aarch64_linux_bazel.yml b/.github/workflows/aarch64_linux_bazel.yml index 782d368..89d1447 100644 --- a/.github/workflows/aarch64_linux_bazel.yml +++ b/.github/workflows/aarch64_linux_bazel.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: make --directory=bazel/ci arm64_build - name: Test diff --git a/.github/workflows/aarch64_linux_cmake.yml b/.github/workflows/aarch64_linux_cmake.yml index 21dbacf..3e9ed43 100644 --- a/.github/workflows/aarch64_linux_cmake.yml +++ b/.github/workflows/aarch64_linux_cmake.yml @@ -21,7 +21,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/amd64_linux_bazel.yml b/.github/workflows/amd64_linux_bazel.yml index 23e54f0..89db12e 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@v4 + uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Check docker diff --git a/.github/workflows/amd64_linux_cmake.yml b/.github/workflows/amd64_linux_cmake.yml index 5559b32..5e21b09 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@v4 + - uses: actions/checkout@v5 - 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 ee27c8e..5b21cba 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@v4 + uses: actions/checkout@v5 - name: Install Bazel run: | brew update diff --git a/.github/workflows/amd64_macos_cmake.yml b/.github/workflows/amd64_macos_cmake.yml index a527cbe..1bf3709 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@v4 + - uses: actions/checkout@v5 - name: Check cmake run: cmake --version - name: Configure @@ -31,7 +31,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check cmake run: cmake --version - name: Configure diff --git a/.github/workflows/amd64_windows_bazel.yml b/.github/workflows/amd64_windows_bazel.yml index 184a0df..aaa1f3d 100644 --- a/.github/workflows/amd64_windows_bazel.yml +++ b/.github/workflows/amd64_windows_bazel.yml @@ -14,7 +14,7 @@ jobs: runs-on: windows-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Bazel run: | choco install bazel diff --git a/.github/workflows/amd64_windows_cmake.yml b/.github/workflows/amd64_windows_cmake.yml index 847a549..f73f547 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@v4 + - uses: actions/checkout@v5 - 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 5a2e9cb..9ca6fe7 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@v4 + uses: actions/checkout@v5 - name: Install Bazel run: | brew update diff --git a/.github/workflows/arm64_macos_cmake.yml b/.github/workflows/arm64_macos_cmake.yml index e686a22..e76b356 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@v4 + - uses: actions/checkout@v5 - name: Check cmake run: cmake --version - name: Configure @@ -31,7 +31,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 29bfda8..a6b2708 100644 --- a/.github/workflows/arm_linux_cmake.yml +++ b/.github/workflows/arm_linux_cmake.yml @@ -21,7 +21,7 @@ jobs: env: TARGET: ${{ matrix.targets[0] }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 2ab0de0..437ced2 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -7,7 +7,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_linux_cmake.yml b/.github/workflows/mips_linux_cmake.yml index c7e6905..5d83d04 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@v4 + - uses: actions/checkout@v5 - 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 6bd8860..26d4aa8 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@v4 + - uses: actions/checkout@v5 - 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 6e5a51b..75b23fb 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@v4 + - uses: actions/checkout@v5 - 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 8c78cd1..a470df7 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@v4 + - uses: actions/checkout@v5 - name: Build run: make --directory=cmake/ci ${TARGET}_build - name: Test