diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ddd7cd8..bfd37b0 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@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thank you for raising your first issue - all contributions to this project are welcome!"