diff --git a/.github/workflows/welcome-new-users.yml b/.github/workflows/welcome-new-users.yml index db8fcd77e7a..e4a05700612 100644 --- a/.github/workflows/welcome-new-users.yml +++ b/.github/workflows/welcome-new-users.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Welcome Message - uses: actions/first-interaction@v2 + uses: actions/first-interaction@v3 continue-on-error: true with: repo-token: ${{ github.token }}