diff --git a/.github/workflows/first-interaction.yaml b/.github/workflows/first-interaction.yaml index a1389fd..848c6c7 100644 --- a/.github/workflows/first-interaction.yaml +++ b/.github/workflows/first-interaction.yaml @@ -20,7 +20,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 😉'