From 923d98802e032850a5d8f7f48e88ef118b372b32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:20:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/api-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-doc.yml b/.github/workflows/api-doc.yml index 2a751a6..3cc12b7 100644 --- a/.github/workflows/api-doc.yml +++ b/.github/workflows/api-doc.yml @@ -37,7 +37,7 @@ jobs: run: uv run make docs - name: Checkout sap/ai-sdk - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: SAP/ai-sdk token: ${{ steps.app-token.outputs.token }}