Skip to content

Commit 0fd0d2c

Browse files
authored
fix: use latest checkout action on docs gen (#837)
1 parent 422094b commit 0fd0d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
HELM_DOCS_VERSION: "1.11.0"
183183
steps:
184184
- name: Checkout
185-
uses: actions/checkout@v5
185+
uses: actions/checkout@v6
186186
with:
187187
token: ${{ secrets.ORY_BOT_PAT }}
188188
- name: Checkout dependencies

0 commit comments

Comments
 (0)