diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 28ee6b2f1..5a0820977 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -6,7 +6,7 @@ jobs: greeting: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v1.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: 'Message that will be displayed on users'' first issue'