Skip to content

Commit ad2cd01

Browse files
Update actions/github-script action to v7.1.0
1 parent fc196e8 commit ad2cd01

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)