Skip to content

Commit 666d86c

Browse files
authored
Merge pull request #337 from microsoft/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 42c7660 + 261630c commit 666d86c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v7
16+
- uses: actions/github-script@v8
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@v7
18+
- uses: actions/github-script@v8
1919
name: "Issue/PR: update title"
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)