Skip to content

Commit beaf02d

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#104)
1 parent 7bc4e2c commit beaf02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: ${{ github.event_name == 'pull_request' }}
118118
steps:
119119
- name: Auto Approve PR
120-
uses: actions/github-script@v7
120+
uses: actions/github-script@v8
121121
with:
122122
script: |
123123
github.rest.pulls.createReview({

0 commit comments

Comments
 (0)