diff --git a/.github/workflows/generate-pr-description.yml b/.github/workflows/generate-pr-description.yml index 70261481efe0..b34908a32d4e 100644 --- a/.github/workflows/generate-pr-description.yml +++ b/.github/workflows/generate-pr-description.yml @@ -13,7 +13,7 @@ jobs: if: github.event.issue.pull_request && contains(github.event.comment.body, '/sk generate-pr-description') steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: Set latest commit status as pending