diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml index 5d3e61f..55291e6 100644 --- a/.github/workflows/publish-pr.yml +++ b/.github/workflows/publish-pr.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.event.issue.pull_request && github.event.comment.body == '/publish' }} runs-on: ubuntu-22.04 steps: - - uses: xt0rted/pull-request-comment-branch@v1 + - uses: xt0rted/pull-request-comment-branch@v2 id: comment-branch - name: Check out repository