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 }}