From c063dc4dae510f921580eb91596af213c58b7a1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:37:34 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- 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..da767bf 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@v7 with: fetch-depth: 0 \ No newline at end of file