From 23281b6e98d0443f24424800288ef7b4a0077c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:17:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/sign-manifests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sign-manifests.yml b/.github/workflows/sign-manifests.yml index d2f56f0..5c02a7a 100644 --- a/.github/workflows/sign-manifests.yml +++ b/.github/workflows/sign-manifests.yml @@ -15,10 +15,10 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Checkout KCP CLI - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: Cantara/knowledge-context-protocol path: kcp-spec