From aea8468dc0443aa8c4c274e6aa6ecce1d1249cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:08:10 +0000 Subject: [PATCH] fix(deps)(deps): bump actions/checkout Bumps the github-actions-dependencies 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-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test-cpp-compatibility-check-action.yaml | 2 +- .github/workflows/test-pre-commit-action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cpp-compatibility-check-action.yaml b/.github/workflows/test-cpp-compatibility-check-action.yaml index eb6c69f..a8aa28d 100644 --- a/.github/workflows/test-cpp-compatibility-check-action.yaml +++ b/.github/workflows/test-cpp-compatibility-check-action.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test C++ Compatibility Check Action uses: thedevmystic/github-actions/cpp-compatibility-check@main diff --git a/.github/workflows/test-pre-commit-action.yaml b/.github/workflows/test-pre-commit-action.yaml index a8040bb..6679df7 100644 --- a/.github/workflows/test-pre-commit-action.yaml +++ b/.github/workflows/test-pre-commit-action.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test Pre Commit Action uses: thedevmystic/github-actions/pre-commit@main