diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index dc51cd15ec808..857d4a452ddf5 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -29,7 +29,7 @@ jobs: if: > (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action != 'closed' - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: github-token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} script: |