diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index fd0915b8..9b198f96 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -6,7 +6,7 @@ jobs: greeting: runs-on: ubuntu-20.04 steps: - - uses: actions/first-interaction@v1.2.0 + - uses: actions/first-interaction@v1.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Thank you for submitting your first issue. We will be looking into it as soon as possible.'