diff --git a/.github/workflows/CherryPick.yml b/.github/workflows/CherryPick.yml index fc7ab03..387fbe3 100644 --- a/.github/workflows/CherryPick.yml +++ b/.github/workflows/CherryPick.yml @@ -24,7 +24,7 @@ jobs: issues: write steps: - name: Checkout target branch - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: ref: ${{ env.RELEASE_BRANCH }} fetch-depth: 0