diff --git a/.github/workflows/greet-new-users.yml b/.github/workflows/greet-new-users.yml index 9f824e28..d4de49c0 100644 --- a/.github/workflows/greet-new-users.yml +++ b/.github/workflows/greet-new-users.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 1 steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: |