Skip to content

Commit

Permalink
Infrastructure: Bump actions/github-script from 3 to 4.1
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 4.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3...v4.1)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 20, 2021
1 parent b7383b7 commit 0fada6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
node test/util/report.js >> coverage.log || true
- name: Comment on PR
uses: actions/github-script@v3
uses: actions/github-script@v4.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 0fada6e

Please sign in to comment.