Skip to content

Commit d72d94f

Browse files
chore(deps): update actions/github-script action to v7 (#5241)
[![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://github.com/actions/github-script) | action | major | `v6` -> `v7` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v7`](https://github.com/actions/github-script/compare/v6...v7) [Compare Source](https://github.com/actions/github-script/compare/v6...v7) </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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5376ff3 commit d72d94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
### Semantic Release Bot comments for issues and PRs ###
2727
- name: Add release comments to issues and PRs
28-
uses: actions/github-script@v6
28+
uses: actions/github-script@v7
2929
env:
3030
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3131
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
### Semantic Release Bot comments for issues and PRs ###
6666
- name: Add release comments to issues and PRs
67-
uses: actions/github-script@v6
67+
uses: actions/github-script@v7
6868
env:
6969
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
7070
with:

0 commit comments

Comments
 (0)