Skip to content

Commit 3737808

Browse files
chore(deps): update actions/github-script action to v8 (#3625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d11fec commit 3737808

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/comment-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
steps:
1515
- name: Add Comment For User Interest
16-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
16+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1717
with:
1818
script: |
1919
github.rest.issues.createComment({
@@ -49,7 +49,7 @@ jobs:
4949
})
5050
5151
- name: React to Issue
52-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
52+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5353
with:
5454
script: |
5555
github.rest.reactions.createForIssue({

0 commit comments

Comments
 (0)