diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 3108fec..d9f52e2 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }}