Skip to content

Commit 4aac96b

Browse files
chore(deps): update actions/github-script action to v8
1 parent bd0fb7e commit 4aac96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

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

138138
- name: Comment on PR
139139
if: github.event_name == 'pull_request' && steps.compare.outputs.has_comparison == 'true'
140-
uses: actions/github-script@v7
140+
uses: actions/github-script@v8
141141
with:
142142
script: |
143143
const fs = require('fs');

0 commit comments

Comments
 (0)