From cf570edfc7cb61dbea06c5d8f16bc892e10b489c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 22:54:42 +0800 Subject: [PATCH] ci: bump actions/checkout from 4 to 7 in /.github/workflows in the github-actions group (#17262) Signed-off-by: dependabot[bot] --- .github/workflows/release-preparation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-preparation.yml b/.github/workflows/release-preparation.yml index d177fc75fd..e39b60128a 100644 --- a/.github/workflows/release-preparation.yml +++ b/.github/workflows/release-preparation.yml @@ -29,7 +29,7 @@ jobs: issues: write steps: - name: Checkout dev-v2 with full history - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: dev-v2 fetch-depth: 0