diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index d76c849..e291cf9 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Greet New Contributors for Creating New PR/Issues. - uses: actions/first-interaction@v1 + uses: actions/first-interaction@v3 if: github.event.action =='opened' && (github.event_name == 'pull_request' || github.event_name == 'issues') with: repo-token: ${{ secrets.GITHUB_TOKEN }}