diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index cc42f9e..e97adc5 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -39,6 +39,6 @@ jobs: echo "No differences found in the app of apps." > diff.txt fi - name: Comment results on the pull request - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: filePath: diff.txt