diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e36af15d5..684e9fc7b 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatic Approve - uses: hmarr/auto-approve-action@v3 + uses: apecloud-inc/auto-approve-action@v4 with: github-token: ${{ env.GITHUB_TOKEN }} pull-request-number: ${{ github.event.issue.number }}