From ca28466bae7f42a61c571e61e0ab6d4eb300d182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:30:26 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/amd64_docker.yml | 4 ++-- .github/workflows/amd64_linux.yml | 4 ++-- .github/workflows/amd64_macos.yml | 4 ++-- .github/workflows/amd64_windows.yml | 4 ++-- .github/workflows/arm64_macos.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/amd64_docker.yml b/.github/workflows/amd64_docker.yml index 4f8162e..ca2dbda 100644 --- a/.github/workflows/amd64_docker.yml +++ b/.github/workflows/amd64_docker.yml @@ -27,7 +27,7 @@ jobs: name: ${{matrix.platform}}•${{matrix.distro}}•CMake runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check docker run: | docker info @@ -54,4 +54,4 @@ jobs: runs-on: ubuntu-latest needs: docker steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index d080071..075aad3 100644 --- a/.github/workflows/amd64_linux.yml +++ b/.github/workflows/amd64_linux.yml @@ -21,7 +21,7 @@ jobs: name: Linux•CMake(${{matrix.cmake.generator}}) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Ninja run: | sudo apt-get update @@ -58,4 +58,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index 8b10c33..64b5ae5 100644 --- a/.github/workflows/amd64_macos.yml +++ b/.github/workflows/amd64_macos.yml @@ -20,7 +20,7 @@ jobs: name: MacOS•CMake(${{matrix.cmake.name}}) runs-on: macos-13 # last macos intel based runner steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check CMake run: cmake --version - name: Configure @@ -53,4 +53,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index 33ec1c6..c9504a6 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -22,7 +22,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check CMake run: | cmake --version @@ -56,4 +56,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 diff --git a/.github/workflows/arm64_macos.yml b/.github/workflows/arm64_macos.yml index 4b5f606..fb779e5 100644 --- a/.github/workflows/arm64_macos.yml +++ b/.github/workflows/arm64_macos.yml @@ -20,7 +20,7 @@ jobs: name: MacOS•CMake(${{matrix.cmake.name}}) runs-on: macos-latest # M1 based runner steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check CMake run: cmake --version - name: Configure @@ -53,4 +53,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6