diff --git a/.github/workflows/check-and-test.yml b/.github/workflows/check-and-test.yml index 3d5fc73c..0f8cc5a0 100644 --- a/.github/workflows/check-and-test.yml +++ b/.github/workflows/check-and-test.yml @@ -59,14 +59,14 @@ jobs: echo "pallets=${pallets_requiring_weights[*]}" >> $GITHUB_OUTPUT - name: Find Comment id: find - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 if: steps.check.outputs.pallets != '' with: issue-number: ${{ github.event.pull_request.number }} comment-author: 'github-actions[bot]' body-includes: This PR updates the following pallets - name: Create comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ steps.find.outputs.comment-id == '' && steps.find.outcome == 'success' }} with: issue-number: ${{ github.event.pull_request.number }}