diff --git a/.github/workflows/greet.yml b/.github/workflows/greet.yml index 1e0dc26b..179172a8 100644 --- a/.github/workflows/greet.yml +++ b/.github/workflows/greet.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write steps: - - uses: actions/first-interaction@v1.3.0 + - uses: actions/first-interaction@v3.0.0 continue-on-error: true with: repo-token: ${{ secrets.GITHUB_TOKEN }}