diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 163348595d..fd09c27f5f 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -12,7 +12,8 @@ jobs: name: Hello new contributor runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v3 + # Pin to v1: https://github.com/actions/first-interaction/issues/369 + - uses: actions/first-interaction@v1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} issue_message: |