Skip to content

Commit 45c394b

Browse files
Merge pull request #149 from remarkablemark/dependabot/github_actions/actions/github-script-8
2 parents 4610cc5 + efc2633 commit 45c394b

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@v7
66+
uses: actions/github-script@v8
6767
with:
6868
script: |
6969
github.rest.issues.createComment({

0 commit comments

Comments
 (0)