From 272fc8933da8a640045591fe0d1d9cb7977b7dc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:33:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 8ee2107..6809013 100644 --- a/action.yaml +++ b/action.yaml @@ -30,7 +30,7 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: token: ${{ inputs.github_token }} # In pull_request_target, use the base repo's synthetic merge ref to avoid cross-repo clones