diff --git a/.github/workflows/pr_notification.yml b/.github/workflows/pr_notification.yml index 3a19538..0696a8a 100644 --- a/.github/workflows/pr_notification.yml +++ b/.github/workflows/pr_notification.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on PR - uses: thollander/actions-comment-pull-request@v2.4.3 + uses: thollander/actions-comment-pull-request@v2.5.0 with: message: 'Thanks for submitting a PR, @thefourcraft. Will merge it soon.' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}