Skip to content

Commit

Permalink
ci(deps): bump actions/github-script from 5.1.0 to 6 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 25, 2022
1 parent 49923d6 commit 4d83baf
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 4d83baf

Please sign in to comment.