Skip to content

Commit 9aca0c1

Browse files
Update actions/github-script action to v8
1 parent c2d2830 commit 9aca0c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-automation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
env:
1919
GITHUB: ${{ toJson(github) }}
2020
- name: Print context
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |-
2424
console.log(context);
2525
- name: Auto reviews GHCI updates
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v8
2727
with:
2828
script: |-
2929
github.rest.pulls.createReview({
@@ -38,7 +38,7 @@ jobs:
3838
|| github.event.pull_request.user.login == 'geo-ghci-int[bot]'
3939
|| github.event.pull_request.user.login == 'geo-ghci[bot]')
4040
- name: Auto reviews Renovate updates
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v8
4242
with:
4343
script: |-
4444
github.rest.pulls.createReview({

0 commit comments

Comments
 (0)