Skip to content

Commit 3f02fce

Browse files
chore(deps): update actions/github-script action to v7
1 parent fe532aa commit 3f02fce

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@v3
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)