Skip to content

Commit bd750cf

Browse files
Update actions/github-script action to v8 (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e34e0e2 commit bd750cf

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
@@ -19,12 +19,12 @@ jobs:
1919
env:
2020
GITHUB: ${{ toJson(github) }}
2121
- name: Print context
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
with:
2424
script: |-
2525
console.log(context);
2626
- name: Auto reviews GHCI updates
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
if: |-
2929
startsWith(github.head_ref, 'ghci/audit/')
3030
&& (github.event.pull_request.user.login == 'geo-ghci-test[bot]'
@@ -39,7 +39,7 @@ jobs:
3939
event: 'APPROVE',
4040
})
4141
- name: Auto reviews Renovate updates
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
if: |-
4444
github.event.pull_request.user.login == 'renovate[bot]'
4545
with:

0 commit comments

Comments
 (0)