Skip to content

Commit 8868018

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#728)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9c2316 commit 8868018

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/assign-reviewer-write.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Download PR metadata artifact
51-
uses: actions/github-script@v7
51+
uses: actions/github-script@v8
5252
with:
5353
script: |
5454
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -74,7 +74,7 @@ jobs:
7474
run: unzip -d pr-meta pr-meta.zip
7575

7676
- name: Assign reviewer
77-
uses: actions/github-script@v7
77+
uses: actions/github-script@v8
7878
with:
7979
script: |
8080
const fs = require('fs');

.github/workflows/assign-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/github-script@v7
34+
- uses: actions/github-script@v8
3535
with:
3636
script: |
3737
const fs = require('fs');

0 commit comments

Comments
 (0)