Skip to content

Commit 2ee50e0

Browse files
build(deps): bump actions/github-script from 7 to 8 (#4063)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88523d4 commit 2ee50e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/set_pr_label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Assign label based on PR title
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525
script: |
@@ -54,7 +54,7 @@ jobs:
5454
}
5555
5656
- name: Assign label based on PR description
57-
uses: actions/github-script@v7
57+
uses: actions/github-script@v8
5858
with:
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
6060
script: |

0 commit comments

Comments
 (0)