From f571b6e11427c14b2199c47204a1f1426249083e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:28:24 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- git-checkout/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-checkout/action.yml b/git-checkout/action.yml index f0e640d..5957642 100644 --- a/git-checkout/action.yml +++ b/git-checkout/action.yml @@ -3,6 +3,6 @@ description: "Git checkout" runs: using: "composite" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 \ No newline at end of file