From 1a0751300c96156263275744568c164b70d964c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:18:32 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 in the actions group Bumps the 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-business.yml | 2 +- .github/workflows/build-whatsapp.yml | 2 +- .github/workflows/dependabot-ci.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-business.yml b/.github/workflows/build-business.yml index 3c60b7ca3..d3f0d6dad 100644 --- a/.github/workflows/build-business.yml +++ b/.github/workflows/build-business.yml @@ -8,7 +8,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/build-whatsapp.yml b/.github/workflows/build-whatsapp.yml index ab5cff760..73cef3899 100644 --- a/.github/workflows/build-whatsapp.yml +++ b/.github/workflows/build-whatsapp.yml @@ -8,7 +8,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/dependabot-ci.yml b/.github/workflows/dependabot-ci.yml index 955361519..5e25eba0c 100644 --- a/.github/workflows/dependabot-ci.yml +++ b/.github/workflows/dependabot-ci.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4526eb4bd..4866e1e54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: BOT_TOKEN: ${{ secrets.BOT_TOKEN }} CHANNEL_ID: ${{ secrets.CHANNEL_ID }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive