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 }}