Skip to content

Commit 54519b4

Browse files
Update actions/github-script action to v8
1 parent cedf69c commit 54519b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blocked.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: read
1111
steps:
1212
- name: Add notice
13-
uses: actions/github-script@v7
13+
uses: actions/github-script@v8
1414
if: contains(github.event.pull_request.labels.*.name, 'X-Blocked')
1515
with:
1616
script: |

0 commit comments

Comments
 (0)