Skip to content

Commit c23350b

Browse files
chore(deps): update actions/github-script action to v7 (develop) (#3396)
This PR updates our internally used actions/github-script
1 parent cc8b84d commit c23350b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Check PR description
24-
uses: actions/github-script@v6
24+
uses: actions/github-script@v7
2525
with:
2626
script: |
2727
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)