diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ddd7cd8..80b2b92 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Handle Greetings - uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0 + uses: actions/first-interaction@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9 # v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thank you for raising your first issue - all contributions to this project are welcome!"