diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml old mode 100755 new mode 100644 index cd81138..22e3912 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -16,7 +16,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Hi, thanks for your contribution!🎉 Great first issue!"