diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9c24574..b289dca 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Greet new contributors - uses: actions/first-interaction@v1 + uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: | diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7672853..be70359 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -89,7 +89,7 @@ jobs: steps: - name: Comment on first-time PR - uses: actions/first-interaction@v1 + uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} pr-message: |