diff --git a/.github/actions/report-size/action.yml b/.github/actions/report-size/action.yml index f83206a696..372a6b9ec3 100644 --- a/.github/actions/report-size/action.yml +++ b/.github/actions/report-size/action.yml @@ -69,7 +69,7 @@ runs: # Post github action comment - name: Post comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 if: ${{ steps.bundleSize.outputs.hasDifferences == 'true' }} # post only in case of changes with: number: ${{ github.event.pull_request.number }}