diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 5435e78f8..5a2ed13a9 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Thank you for your contribution. We will check and reply to you as soon as possible.'