From 14696e92f46c3c057a71644cc74a53d41bdfca64 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 10:31:19 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v6.0.2 | datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v6 | v6.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- src/init/generation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init/generation.rs b/src/init/generation.rs index 5229e53..5473f62 100644 --- a/src/init/generation.rs +++ b/src/init/generation.rs @@ -473,7 +473,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false fetch-depth: 0