Skip to content

Commit

Permalink
Merge pull request #16221 from Homebrew/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
p-linnane authored Nov 15, 2023
2 parents 8df40f4 + f68654a commit e137891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: >
(github.event_name == 'pull_request' || github.event_name == 'pull_request_target') &&
github.event.pull_request.state != 'closed'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.HOMEBREW_BREW_TRIAGE_PULL_REQUESTS_TOKEN }}
script: |
Expand Down

0 comments on commit e137891

Please sign in to comment.