diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 8516d50a9e743..bec245c91411c 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -33,7 +33,7 @@ jobs: if: > (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action != 'closed' && github.event.pull_request.state != 'closed' - uses: actions/github-script@v5 + uses: actions/github-script@v6.3.0 with: github-token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} script: |