Skip to content

Commit 695e682

Browse files
chore(deps): Update actions/github-script action to v8 (#35)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v6` → `v8` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8`](https://redirect.github.com/actions/github-script/releases/tag/v8): .0.0 [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v8) ##### What's Changed - Update Node.js version support to 24.x by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;637](https://redirect.github.com/actions/github-script/pull/637) - README for updating actions/github-script from v7 to v8 by [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) in [#&#8203;653](https://redirect.github.com/actions/github-script/pull/653) ##### ⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. ##### New Contributors - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#&#8203;637](https://redirect.github.com/actions/github-script/pull/637) - [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) made their first contribution in [#&#8203;653](https://redirect.github.com/actions/github-script/pull/653) **Full Changelog**: <actions/github-script@v7.1.0...v8.0.0> ### [`v7`](https://redirect.github.com/actions/github-script/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/github-script/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 91a2f55 commit 695e682

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/trigger_gen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
plugin-pb-java
2323
plugin-pb-javascript
2424
- name: Trigger plugin-pb-go code generation
25-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
25+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2626
with:
2727
github-token: ${{ steps.app-token.outputs.token }}
2828
script: |
@@ -33,7 +33,7 @@ jobs:
3333
ref: 'main',
3434
})
3535
- name: Trigger plugin-pb-python code generation
36-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
36+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3737
with:
3838
github-token: ${{ steps.app-token.outputs.token }}
3939
script: |
@@ -44,7 +44,7 @@ jobs:
4444
ref: 'main',
4545
})
4646
- name: Trigger plugin-pb-java code generation
47-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
47+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
4848
with:
4949
github-token: ${{ steps.app-token.outputs.token }}
5050
script: |
@@ -55,7 +55,7 @@ jobs:
5555
ref: 'main',
5656
})
5757
- name: Trigger plugin-pb-javascript code generation
58-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
58+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
5959
with:
6060
github-token: ${{ steps.app-token.outputs.token }}
6161
script: |

0 commit comments

Comments
 (0)