Skip to content

Commit 0cd895f

Browse files
Update actions/github-script action to v8
1 parent 8def00c commit 0cd895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign-off.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check PR for sign-off text
23-
uses: actions/github-script@v7
23+
uses: actions/github-script@v8
2424
with:
2525
script: |
2626
// We don't require owners or members of the org to sign off.

0 commit comments

Comments
 (0)