Skip to content

Commit 24e0639

Browse files
authored
Merge pull request #356 from microsoft/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents a865654 + 7177b90 commit 24e0639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
issues: write
1515
steps:
16-
- uses: actions/github-script@v8
16+
- uses: actions/github-script@v9
1717
with:
1818
github-token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
1919
script: |

.github/workflows/label-title-prefix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616

1717
steps:
18-
- uses: actions/github-script@v8
18+
- uses: actions/github-script@v9
1919
name: "Issue/PR: update title"
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)