Skip to content

Commit

Permalink
Merge pull request #55 from brian-rose/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-6

Bump actions/github-script from 5 to 6
  • Loading branch information
brian-rose authored May 31, 2022
2 parents d4af21a + 359c983 commit f146f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
body-includes: '${{ env.comment_message }}'
# If not, then post it
- name: Post comment
uses: actions/github-script@v5
uses: actions/github-script@v6
if: steps.fc.outputs.comment-id == 0 # no matching comment found
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit f146f29

Please sign in to comment.