Skip to content

Commit a8417c5

Browse files
Bumped actions/github-script from v7 to v8
1 parent 2892dfb commit a8417c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clean-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Remove ticket prefixes from release notes
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
script: |
1818
const release = context.payload.release;

0 commit comments

Comments
 (0)