Skip to content

Commit 80be3ed

Browse files
authored
Merge pull request #1114 from mbifulco/dependabot/github_actions/actions/github-script-8
chore(deps): bump actions/github-script from 7 to 8
2 parents 5e4bdc2 + 6d01e64 commit 80be3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-newsletter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Comment on PR (on failure)
4545
if: failure()
46-
uses: actions/github-script@v7
46+
uses: actions/github-script@v8
4747
with:
4848
script: |
4949
github.rest.pulls.createReviewComment({

0 commit comments

Comments
 (0)