From a4473ccd9d963c13bdefc97be25bedcfdf46ab01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Sep 2025 17:37:32 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/checkout action to v5 --- .forgejo/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/documentation.yml b/.forgejo/workflows/documentation.yml index 4f3e903c..0587cbf2 100644 --- a/.forgejo/workflows/documentation.yml +++ b/.forgejo/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Sync repository - uses: https://github.com/actions/checkout@v4 + uses: https://github.com/actions/checkout@v5 with: persist-credentials: false fetch-depth: 0