From 3536d659c6f1457411782fbdbc1a6ca15273b7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:17:37 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in the all-actions group Bumps the all-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: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index cb54bb1..e8078a8 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -20,14 +20,14 @@ jobs: steps: - name: Checkout mcp-memory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: mcp-memory # @agentage/memory-core is a local file: dependency until it publishes to npm, # so build it as a sibling here (memory-core is a public repo, default token reads it). - name: Checkout memory-core (engine dependency) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: agentage/memory-core ref: master