Skip to content

Commit d16a487

Browse files
chore(deps): update actions/github-script action to v7 (#8154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0e0a1c commit d16a487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
echo "Merging release ${{ steps.get-version.outputs.RELEASE_VERSION }}"
3939
- name: Merge to main
40-
uses: actions/github-script@v6
40+
uses: actions/github-script@v7
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
script: |

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
node-version: 22.10.0
5353
- name: Merge main into release
54-
uses: actions/github-script@v6
54+
uses: actions/github-script@v7
5555
with:
5656
github-token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
5757
script: |

0 commit comments

Comments
 (0)