There was an error while loading. Please reload this page.
1 parent 8622c70 commit 9518ec1Copy full SHA for 9518ec1
.github/workflows/benchmarks.yml
@@ -144,7 +144,7 @@ jobs:
144
# Post comment on PR with regression summary
145
- name: Comment on PR
146
if: github.event_name == 'pull_request' && steps.bench_transport.outputs.regression_detected == 'true'
147
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
148
with:
149
script: |
150
const fs = require('fs');
0 commit comments