Skip to content

Commit 1689ce7

Browse files
chore(deps): update actions/github-script action to v8
1 parent 63b428b commit 1689ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/iai-callgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: Post comment to PR
185185
if: github.event_name == 'pull_request'
186-
uses: actions/github-script@v7
186+
uses: actions/github-script@v8
187187
with:
188188
script: |
189189
const fs = require('fs');

0 commit comments

Comments
 (0)