Skip to content

Commit 7e4b5fe

Browse files
chore(deps): update actions/github-script action to v9 (#3038)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v8` → `v9` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v9`](https://redirect.github.com/actions/github-script/compare/v8...v9) [Compare Source](https://redirect.github.com/actions/github-script/compare/v8...v9) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/mcp-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent 978a0cb commit 7e4b5fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cloud_build_failure_reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: 'ubuntu-latest'
3838

3939
steps:
40-
- uses: 'actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd' # v8
40+
- uses: 'actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3' # v9
4141
with:
4242
script: |-
4343
// parse test names

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
pull-requests: write
9999
steps:
100100
- name: Remove deploy-preview label
101-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
101+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
102102
with:
103103
script: |
104104
try {

.github/workflows/docs_preview_clean_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Comment
65-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
65+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6666
with:
6767
script: |
6868
github.rest.issues.createComment({

.github/workflows/docs_preview_deploy_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
command: pages deploy downloaded-artifact/public --project-name toolbox-docs --branch pr-${{ steps.get_pr.outputs.pr_number }}
7979

8080
- name: Post Preview URL Comment
81-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
81+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
8282
with:
8383
script: |
8484
const prNumber = parseInt('${{ steps.get_pr.outputs.pr_number }}', 10);

0 commit comments

Comments
 (0)