Skip to content

Commit 65dbdfb

Browse files
ci(deps): bump actions/github-script from 7 to 8 (#23)
1 parent 311a5f3 commit 65dbdfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Comment Performance Results on PR
198198
if: github.event_name == 'pull_request'
199-
uses: actions/github-script@v7
199+
uses: actions/github-script@v8
200200
with:
201201
script: |
202202
const fs = require('fs');
@@ -381,7 +381,7 @@ jobs:
381381
fi
382382
383383
- name: Comment Regression Analysis
384-
uses: actions/github-script@v7
384+
uses: actions/github-script@v8
385385
with:
386386
script: |
387387
const fs = require('fs');

0 commit comments

Comments
 (0)