diff --git a/.github/workflows/first-interaction.yaml b/.github/workflows/first-interaction.yaml index 3d433558..0e6b5c97 100644 --- a/.github/workflows/first-interaction.yaml +++ b/.github/workflows/first-interaction.yaml @@ -19,7 +19,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Thanks for raising your first issue, the team appreciates the time you have taken 😉'