diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 3d1f4454e3d..929a9627dcc 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 if: matrix.to_branch != github.base_ref - name: Cherry pick into ${{ matrix.to_branch }} - uses: carloscastrojumo/github-cherry-pick-action@v1.0.2 + uses: jyejare/github-cherry-pick-action@main with: branch: ${{ matrix.to_branch }} labels: |