diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9c446ca4..8eb93dab 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thanks for opening this Issue! We really appreciate the feedback & testing from users like you!"