diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 0554271711..c01d523540 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Say Hello - uses: actions/first-interaction@v1 + uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Hey, thank you for opening your first Issue ! 🙂'