diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 5ded1c3..e47f101 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1.3.0 + - uses: actions/first-interaction@v2.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Message that will be displayed on users' first issue"