Skip to content

Commit

Permalink
ci(deps): bump actions/github-script from 5.1.0 to 6
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 5.1.0 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v5.1.0...v6)

---
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 Feb 25, 2022
1 parent 49923d6 commit 17a985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Comment to PR
if: steps.compare.outcome == 'failure'
uses: actions/github-script@v5.1.0
uses: actions/github-script@v6
with:
script: |
const fs = require('fs')
Expand Down

0 comments on commit 17a985f

Please sign in to comment.