Skip to content

Commit 9652e08

Browse files
committed
chore(deps): Update actions/github-script action to v8
1 parent 2ea4064 commit 9652e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
prerelease: true
3333
- name: Trigger Renovate
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
3636
with:
3737
github-token: ${{ secrets.GH_CQ_BOT }}

0 commit comments

Comments
 (0)