From 82981a1a292256987b58ebcdaf8fd099d9e066ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:54:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to ff7abcd --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index dd3cd2624..5c7fb8ae3 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -38,7 +38,7 @@ jobs: # This is required for backport action to cherry-pick the PR - name: Fetch PR ref - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: ref: ${{ github.event.pull_request.head.sha }} token: ${{ steps.app-token.outputs.token }}