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