diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index bdd60a6..7657e4f 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -16,7 +16,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v2 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Hi, thanks for your contribution!🎉 Great first issue! \n If you find this repository helpful, kindly consider showing your appreciation by giving it a star ⭐ Thanks! 💖"