Skip to content

Commit 0fd6e0b

Browse files
authored
Merge pull request #774 from ut-issl/renovate/actions-github-script-7.x
Update actions/github-script action to v7.1.0
2 parents 76bc3f6 + ad2cd01 commit 0fd6e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
315315
- name: comment imgs
316316
if: contains(matrix.compiler, 'clang') && contains(matrix.build_bit, 'OFF') && contains(github.event.pull_request.labels.*.name, 'automation::comment-graph')
317-
uses: actions/github-script@v7.0.1
317+
uses: actions/github-script@v7.1.0
318318
with:
319319
script: |
320320
const output = `## \`position.png\`

0 commit comments

Comments
 (0)