File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
echo "$(pnpm run benchmarks:container:esm)" >> $GITHUB_OUTPUT
76
76
echo "$EOF" >> $GITHUB_OUTPUT
77
77
78
- - uses : actions/github-script@v7
78
+ - uses : actions/github-script@v8
79
79
with :
80
80
github-token : ${{ secrets.GITHUB_TOKEN }}
81
81
script : |
@@ -126,7 +126,7 @@ jobs:
126
126
echo "$(pnpm run benchmarks:http:cjs:low)" >> $GITHUB_OUTPUT
127
127
echo "$EOF" >> $GITHUB_OUTPUT
128
128
129
- - uses : actions/github-script@v7
129
+ - uses : actions/github-script@v8
130
130
with :
131
131
github-token : ${{ secrets.GITHUB_TOKEN }}
132
132
script : |
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Clear cache
14
- uses : actions/github-script@v7
14
+ uses : actions/github-script@v8
15
15
with :
16
16
script : |
17
17
console.log("About to clear")
You can’t perform that action at this time.
0 commit comments