Skip to content

Commit 8176cea

Browse files
⬆️ Update actions/github-script action to v9
1 parent 36a8bef commit 8176cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance-benchmark.yml

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

838838
- name: Comment benchmark summary on commit (if PR)
839839
if: always() && github.event_name == 'pull_request'
840-
uses: actions/github-script@v8
840+
uses: actions/github-script@v9
841841
with:
842842
script: |
843843
const fs = require('fs');

0 commit comments

Comments
 (0)