From d2e9b0ffa6d8f516f12f2dbe31b7063053baaefd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:30:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/custom-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-image.yaml b/.github/workflows/custom-image.yaml index 8d399ed50..45defdeb2 100644 --- a/.github/workflows/custom-image.yaml +++ b/.github/workflows/custom-image.yaml @@ -99,7 +99,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.check-trigger.outputs.pr_sha }}