diff --git a/.github/workflows/dependabot-differ.yaml b/.github/workflows/dependabot-differ.yaml index 2be409b9..5b722883 100644 --- a/.github/workflows/dependabot-differ.yaml +++ b/.github/workflows/dependabot-differ.yaml @@ -70,7 +70,7 @@ jobs: echo "::set-output name=pr-comment::$PR_COMMENT" - name: Comment on the Pull Request - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} body: ${{ steps.site-diff.outputs.pr-comment }}