From ffc6ccd087ceacc6503003310383f71ff4f77ee0 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:08:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.6.0 | v6.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- github-actions/create-docs-update-pr/action.yml | 2 +- github-actions/generate-embeddings/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github-actions/create-docs-update-pr/action.yml b/github-actions/create-docs-update-pr/action.yml index 65f690f..ad6bf04 100644 --- a/github-actions/create-docs-update-pr/action.yml +++ b/github-actions/create-docs-update-pr/action.yml @@ -59,7 +59,7 @@ runs: path: faiss - name: "Checkout lapo docs Repository" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ inputs.token }} repository: grafana/llm-auto-update-docs diff --git a/github-actions/generate-embeddings/action.yml b/github-actions/generate-embeddings/action.yml index 8971ad9..70793c2 100644 --- a/github-actions/generate-embeddings/action.yml +++ b/github-actions/generate-embeddings/action.yml @@ -25,14 +25,14 @@ runs: using: "composite" steps: - name: "Checkout Repository" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ inputs.token }} repository: grafana/llm-auto-update-docs path: llm-auto-update-docs - name: "Checkout Repository" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ inputs.token }} repository: ${{ github.repository }}