We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2406a commit f35a56eCopy full SHA for f35a56e
1 file changed
.github/workflows/bench-compare.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Post PR comment
51
if: always() && steps.checkout.outcome == 'success'
52
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
53
with:
54
script: |
55
const fs = require('fs');
0 commit comments