diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index c9ebe81..9c2c3e7 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -17,7 +17,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 interest in this project! We will review this issue and reach out to you ASAP"