From c18aed50caf900fc27d65f8a8bfb6022925ca39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:33:03 +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 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 030b433..a41be70 100644 --- a/.github/workflows/amd64_docker.yml +++ b/.github/workflows/amd64_docker.yml @@ -25,7 +25,7 @@ jobs: name: amd64•${{matrix.distro}} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check docker run: | docker info @@ -52,4 +52,4 @@ jobs: runs-on: ubuntu-latest needs: docker steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index be78b25..9198dfb 100644 --- a/.github/workflows/amd64_linux.yml +++ b/.github/workflows/amd64_linux.yml @@ -21,7 +21,7 @@ jobs: name: amd64•Linux•CMake(${{matrix.cmake.name}}) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Ninja run: | sudo apt update @@ -67,4 +67,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index 78e8005..f27b42f 100644 --- a/.github/workflows/amd64_macos.yml +++ b/.github/workflows/amd64_macos.yml @@ -20,7 +20,7 @@ jobs: name: amd64•MacOS•CMake(${{matrix.cmake.name}}) runs-on: macos-15-intel steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install SWIG run: | brew install swig @@ -62,4 +62,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index 0e36329..f4b89f8 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -37,7 +37,7 @@ jobs: env: CTEST_OUTPUT_ON_FAILURE: 1 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: ${{matrix.java.distrib}} @@ -78,4 +78,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 diff --git a/.github/workflows/arm64_macos.yml b/.github/workflows/arm64_macos.yml index 2991f12..0eba35d 100644 --- a/.github/workflows/arm64_macos.yml +++ b/.github/workflows/arm64_macos.yml @@ -20,7 +20,7 @@ jobs: name: arm64•MacOS•CMake(${{matrix.cmake.name}}) runs-on: macos-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install SWIG run: | brew install swig @@ -62,4 +62,4 @@ jobs: runs-on: ubuntu-latest needs: native steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7