diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 31ceb8f..772843f 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -6,7 +6,7 @@ jobs: greeting: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1.3.0 + - uses: actions/first-interaction@v3.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Hi! This is your first issue, we''re glad to have you with us :smile: Make sure to follow the [code of conduct.](https://github.com/statch/gitbot/blob/main/CODE_OF_CONDUCT.md) Happy coding!'