Skip to content

Commit 071edc9

Browse files
chore(deps): bump actions/github-script from 7 to 9
Auto-merged dependabot update. Build/lint/typecheck pass.
1 parent fa198c5 commit 071edc9

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Apply keyword and size labels
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

.github/workflows/issue-assignment-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: Handle assignment and unassignment requests
25-
uses: actions/github-script@v7
25+
uses: actions/github-script@v9
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
script: |
@@ -175,7 +175,7 @@ jobs:
175175
runs-on: ubuntu-latest
176176
steps:
177177
- name: Check for inactive assigned issues
178-
uses: actions/github-script@v7
178+
uses: actions/github-script@v9
179179
with:
180180
github-token: ${{ secrets.GITHUB_TOKEN }}
181181
script: |

.github/workflows/pr-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Validate PR format
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v9
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |

.github/workflows/pr-welcome-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Post welcome comment
20-
uses: actions/github-script@v7
20+
uses: actions/github-script@v9
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
script: |

.github/workflows/welcome-issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Welcome new issue reporters
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v9
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |

0 commit comments

Comments
 (0)