From d75a0dd715b433f46c1052987291e4c542c67f9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:50:45 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/actions/github-script) | action | major | `v6.4.1` -> `v7.0.0` | --- ### Release Notes
actions/github-script (actions/github-script) ### [`v7.0.0`](https://togithub.com/actions/github-script/releases/tag/v7.0.0) [Compare Source](https://togithub.com/actions/github-script/compare/v6.4.1...v7.0.0) ##### What's Changed - Add base-url option by [@​robandpdx](https://togithub.com/robandpdx) in [https://github.com/actions/github-script/pull/429](https://togithub.com/actions/github-script/pull/429) - Expose async-function argument type by [@​viktorlott](https://togithub.com/viktorlott) in [https://github.com/actions/github-script/pull/402](https://togithub.com/actions/github-script/pull/402), see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support - Update dependencies and use Node 20 by [@​joshmgross](https://togithub.com/joshmgross) in [https://github.com/actions/github-script/pull/425](https://togithub.com/actions/github-script/pull/425) ##### New Contributors - [@​navarroaxel](https://togithub.com/navarroaxel) made their first contribution in [https://github.com/actions/github-script/pull/285](https://togithub.com/actions/github-script/pull/285) - [@​robandpdx](https://togithub.com/robandpdx) made their first contribution in [https://github.com/actions/github-script/pull/429](https://togithub.com/actions/github-script/pull/429) - [@​viktorlott](https://togithub.com/viktorlott) made their first contribution in [https://github.com/actions/github-script/pull/402](https://togithub.com/actions/github-script/pull/402) **Full Changelog**: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/protect-main/action.yml | 2 +- .github/actions/unprotect-main/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/protect-main/action.yml b/.github/actions/protect-main/action.yml index 71523fcd..114819fb 100644 --- a/.github/actions/protect-main/action.yml +++ b/.github/actions/protect-main/action.yml @@ -8,7 +8,7 @@ name: Protect main runs: steps: - name: Recreate branch protection on main - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: github-token: ${{ inputs.ACCESS_TOKEN }} # Note: keep this inline script in sync with script/setup.js! diff --git a/.github/actions/unprotect-main/action.yml b/.github/actions/unprotect-main/action.yml index 95ba34e5..2efbcd7e 100644 --- a/.github/actions/unprotect-main/action.yml +++ b/.github/actions/unprotect-main/action.yml @@ -8,7 +8,7 @@ name: Unprotect main runs: steps: - name: Delete branch protection on main - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: github-token: ${{ inputs.ACCESS_TOKEN }} script: |