Skip to content

Commit

Permalink
Infrastructure: Bump actions/github-script package from 0.9.0 to v3 (…
Browse files Browse the repository at this point in the history
…pull #1547)

Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to v3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@0.9.0...626af12)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt King <[email protected]>
  • Loading branch information
dependabot[bot] and mcking65 authored Sep 30, 2020
1 parent b4a99c4 commit 9d19d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node test/util/report.js >> coverage.log || true
- name: Comment on PR
uses: actions/github-script@0.9.0
uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 9d19d94

Please sign in to comment.