From 14f5287409031fcfcf60817d16bcde6eb67fef84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:42:09 +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/codeql.yml | 2 +- .github/workflows/cppcmake-macos.yml | 2 +- .github/workflows/cppcmake-ubuntu.yml | 2 +- .github/workflows/cppcmake-windows.yml | 2 +- .github/workflows/cppcmake-windows_on_arm.yml | 2 +- .github/workflows/cppcmake.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5694ae2eb..06da8ba78 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - if: matrix.language == 'cpp' name: Install dependencies diff --git a/.github/workflows/cppcmake-macos.yml b/.github/workflows/cppcmake-macos.yml index 0f0f01fab..2a197c262 100644 --- a/.github/workflows/cppcmake-macos.yml +++ b/.github/workflows/cppcmake-macos.yml @@ -26,7 +26,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.13 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Uninstall Mono, which is included by default in GitHub-hosted macOS runners, # as it interferes with referencing our own compiled SQLite libraries. diff --git a/.github/workflows/cppcmake-ubuntu.yml b/.github/workflows/cppcmake-ubuntu.yml index 0cb144251..0087083c9 100644 --- a/.github/workflows/cppcmake-ubuntu.yml +++ b/.github/workflows/cppcmake-ubuntu.yml @@ -28,7 +28,7 @@ jobs: os: [ubuntu-22.04, ubuntu-22.04-arm] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install and cache dependencies uses: awalsh128/cache-apt-pkgs-action@v1.6.0 diff --git a/.github/workflows/cppcmake-windows.yml b/.github/workflows/cppcmake-windows.yml index f2530fbea..0469e8380 100644 --- a/.github/workflows/cppcmake-windows.yml +++ b/.github/workflows/cppcmake-windows.yml @@ -28,7 +28,7 @@ jobs: OPENSSL_VERSION: 1.1.1.2100 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | diff --git a/.github/workflows/cppcmake-windows_on_arm.yml b/.github/workflows/cppcmake-windows_on_arm.yml index c7052bb9a..e2129af2c 100644 --- a/.github/workflows/cppcmake-windows_on_arm.yml +++ b/.github/workflows/cppcmake-windows_on_arm.yml @@ -26,7 +26,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/cppcmake.yml b/.github/workflows/cppcmake.yml index 3c75d112f..348f56686 100644 --- a/.github/workflows/cppcmake.yml +++ b/.github/workflows/cppcmake.yml @@ -32,7 +32,7 @@ jobs: outputs: skip: ${{ steps.set-skippable.outputs.skippable || 'false' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check and set skippable id: set-skippable