diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaac828b1..471ffda61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: echo "pr_found=true" >> $GITHUB_ENV fi - name: Leave PR comment with Moto version - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: env.pr_found == 'true' && env.pr_repo == 'getmoto/moto' with: issue-number: ${{ env.pr_nr }}