Skip to content

Commit 13ebcbd

Browse files
chore: Bump actions/github-script from 7 to 8 (#615)
1 parent dc1b57a commit 13ebcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/title-formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Format PR Title from Labels
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
script: |
2121
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)