Skip to content

Commit 2cfb792

Browse files
Merge pull request #184 from remarkablemark/dependabot/github_actions/actions/github-script-9
2 parents 4301a18 + 29a5f3b commit 2cfb792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# https://github.com/actions/github-script#comment-on-an-issue
6464
- name: Add comment to opened PR
6565
if: github.event.action == 'opened'
66-
uses: actions/github-script@v8
66+
uses: actions/github-script@v9
6767
with:
6868
script: |
6969
github.rest.issues.createComment({

0 commit comments

Comments
 (0)