Merge pull request #1191 from microsoft/dependabot/github_actions/actions/github-script-9

chore(deps): bump actions/github-script from 8 to 9
This commit is contained in:
Lee Stott 2026-04-20 16:50:18 +01:00 committed by GitHub
commit 473921cbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add Label and thanks comment to Issue
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const issueAuthor = context.payload.sender.login

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add Label and thanks comment to Pull request
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const issueAuthor = context.payload.sender.login