Skip to content

Commit 365e161

Browse files
authored
chore(deps): update actions/github-script action to v8 (#8811)
1 parent b1c726b commit 365e161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/major-version-approval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.event.pull_request.user.login == 'release-please[bot]' && contains(github.event.pull_request.body, 'MAJOR_VERSION_ALLOWED=')
2020
steps:
2121
- name: Run Approval Check
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
env:
2424
GH_TOKEN: ${{ secrets.SPLIT_TOKEN }}
2525
with:

0 commit comments

Comments
 (0)