Skip to content

Commit 2bbf005

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#11694)
1 parent 5ab8374 commit 2bbf005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Create PR for manual runs
181181
if: github.event_name == 'workflow_dispatch'
182-
uses: actions/github-script@v7
182+
uses: actions/github-script@v8
183183
with:
184184
script: |
185185
const branchName = '${{ needs.run-benchmarks.outputs.branch_name }}';
@@ -207,7 +207,7 @@ jobs:
207207
208208
- name: Comment on PR
209209
if: github.event.inputs.pr_number != '' || github.event_name == 'pull_request'
210-
uses: actions/github-script@v7
210+
uses: actions/github-script@v8
211211
with:
212212
script: |
213213
const prNumber = ${{ github.event.inputs.pr_number || github.event.pull_request.number }};

0 commit comments

Comments
 (0)