From 4cfd4bc672350b927de5a3dc5936146f5e20e13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:32:35 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/format.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd86f59d..b3b20468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: compiler: {cc: clang, cxx: clang++} config: release steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.10' @@ -81,7 +81,7 @@ jobs: matrix: arch: [ amd64, amd64_x86 ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.10' @@ -97,7 +97,7 @@ jobs: runs-on: macos-latest if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: lukka/get-cmake@latest - name: Setup ccache uses: hendrikmuhs/ccache-action@v1.2 @@ -112,7 +112,7 @@ jobs: runs-on: macos-latest if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: lukka/get-cmake@latest - name: Configure for iOS run: | @@ -144,7 +144,7 @@ jobs: stl_type: c++_static steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: lukka/get-cmake@latest - name: Setup ccache uses: hendrikmuhs/ccache-action@v1.2 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 9a0609ac..0695bef3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '0' - uses: actions/setup-python@v6