diff --git a/.github/workflows/cherrypick.yml b/.github/workflows/cherrypick.yml index da9ac1e57..59864d79f 100644 --- a/.github/workflows/cherrypick.yml +++ b/.github/workflows/cherrypick.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout base branch repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.base.ref }}