diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index d0f7b96b..b74ad180 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -8,7 +8,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/first-interaction@v2 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} pr-message: "Thanks a lot Sir/Ma'am for contributing on the repo ❤️"