Skip to content

Commit 896e626

Browse files
chore(deps): update actions/checkout action to v5
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.6.0 | v5.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 93b3cfc commit 896e626

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github-actions/create-docs-update-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
path: faiss
6060

6161
- name: "Checkout lapo docs Repository"
62-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
62+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6363
with:
6464
token: ${{ inputs.token }}
6565
repository: grafana/llm-auto-update-docs

github-actions/generate-embeddings/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ runs:
2525
using: "composite"
2626
steps:
2727
- name: "Checkout Repository"
28-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
with:
3030
token: ${{ inputs.token }}
3131
repository: grafana/llm-auto-update-docs
3232
path: llm-auto-update-docs
3333

3434
- name: "Checkout Repository"
35-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636
with:
3737
token: ${{ inputs.token }}
3838
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)