diff --git a/.github/workflows/pr-bump-preview.yml b/.github/workflows/pr-bump-preview.yml index 5f7b842df..9ed2a335d 100644 --- a/.github/workflows/pr-bump-preview.yml +++ b/.github/workflows/pr-bump-preview.yml @@ -91,7 +91,7 @@ jobs: # `comment-id`. - name: Find existing preview comment id: find-comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 with: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }}