Skip to content

Commit 6ae823f

Browse files
chore(deps): bump actions/github-script
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87c4941 commit 6ae823f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflows/gemini-dispatch/gemini-dispatch.yml

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

8484
- name: 'Extract command'
8585
id: 'extract_command'
86-
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea' # ratchet:actions/github-script@v7
86+
uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # ratchet:actions/github-script@v7
8787
env:
8888
EVENT_TYPE: '${{ github.event_name }}.${{ github.event.action }}'
8989
REQUEST: '${{ github.event.comment.body || github.event.review.body || github.event.issue.body }}'

0 commit comments

Comments
 (0)