Skip to content

Commit 92853b4

Browse files
authored
Update actions/github-script to v8.0.0 to fix Node 20 deprecation (google#134)
1 parent 05cca81 commit 92853b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gemini-dispatch.yml

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

8080
- name: 'Extract command'
8181
id: 'extract_command'
82-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7
82+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v8.0.0
8383
env:
8484
EVENT_TYPE: '${{ github.event_name }}.${{ github.event.action }}'
8585
REQUEST: '${{ github.event.comment.body || github.event.review.body || github.event.issue.body }}'

0 commit comments

Comments
 (0)