diff --git a/.github/workflows/greet.yml b/.github/workflows/greet.yml index 1495a04..35a37bf 100644 --- a/.github/workflows/greet.yml +++ b/.github/workflows/greet.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Greet first-time contributor - uses: actions/first-interaction@v1 + uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }}