diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 6101b30468446..46e526dc7c1c8 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' && github.event.pull_request.state != 'closed' - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v4.1 with: github-token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }} script: |