From 9f9f23b538d56a9c2ae886edfe1d7a22813941bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:06:34 +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 484c4cf..0876d3d 100644 --- a/action.yaml +++ b/action.yaml @@ -30,7 +30,7 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: token: ${{ inputs.github_token }} # In pull_request_target, use the base repo's synthetic merge ref to avoid cross-repo clones