Skip to content

Commit 99564f9

Browse files
authored
Merge pull request #100 from codeharborhub/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 8bb54db + 5577a9a commit 99564f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-comment.yml

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

2222
steps:
2323
- name: Post Comment for Documentation Label
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v8
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
script: |

0 commit comments

Comments
 (0)