Skip to content

Commit ab5ecab

Browse files
chore: update actions/github-script action to v8
1 parent 78a15dc commit ab5ecab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "$(pnpm run benchmarks:container:esm)" >> $GITHUB_OUTPUT
7676
echo "$EOF" >> $GITHUB_OUTPUT
7777
78-
- uses: actions/github-script@v7
78+
- uses: actions/github-script@v8
7979
with:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181
script: |
@@ -126,7 +126,7 @@ jobs:
126126
echo "$(pnpm run benchmarks:http:cjs:low)" >> $GITHUB_OUTPUT
127127
echo "$EOF" >> $GITHUB_OUTPUT
128128
129-
- uses: actions/github-script@v7
129+
- uses: actions/github-script@v8
130130
with:
131131
github-token: ${{ secrets.GITHUB_TOKEN }}
132132
script: |

.github/workflows/clear-gh-actions-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Clear cache
14-
uses: actions/github-script@v7
14+
uses: actions/github-script@v8
1515
with:
1616
script: |
1717
console.log("About to clear")

0 commit comments

Comments
 (0)