Skip to content

Commit

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

build(deps): bump actions/github-script from 4.0.2 to 4.1
  • Loading branch information
Bo98 committed Aug 20, 2021
2 parents e3876e8 + e80f260 commit 4bbe340
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 @@ -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: |
Expand Down

0 comments on commit 4bbe340

Please sign in to comment.