diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index bdfa7c233..2bbeaaf0d 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,7 +9,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: "We appreciate you pointing us to the problem, and as soon as time allows, we will look into it. Thank you!"