Skip to content

Commit

Permalink
Merge pull request #2023 from w3c/dependabot/github_actions/actions/g…
Browse files Browse the repository at this point in the history
…ithub-script-4.1

Infrastructure: Bump actions/github-script from 3 to 4.1
  • Loading branch information
jesdaigle authored Aug 24, 2021
2 parents 0df709a + 0fada6e commit 971018a
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@v3
uses: actions/github-script@v4.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 971018a

Please sign in to comment.