Skip to content

Commit f35a56e

Browse files
chore(deps): update actions/github-script action to v9 (#2711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc2406a commit f35a56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench-compare.yml

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

5050
- name: Post PR comment
5151
if: always() && steps.checkout.outcome == 'success'
52-
uses: actions/github-script@v7
52+
uses: actions/github-script@v9
5353
with:
5454
script: |
5555
const fs = require('fs');

0 commit comments

Comments
 (0)