From c450a4f4a5b59d0a38f909c25de72927e2316a9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:36:18 +0000 Subject: [PATCH] build(deps): update actions/checkout action to v7 --- setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/action.yml b/setup/action.yml index 95bfd9bae..80f16b8f8 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -38,7 +38,7 @@ runs: using: 'composite' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 if: inputs.checkout == 'true' with: show-progress: false